Decentralized Instagram

Built With

Folder Structure

?  Decentralized Instagram
├── LICENSE
├── migrations
│   ├── 1_initial_migration.js
│   └── 2_deploy_contracts.js
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
├── src
│   ├── abis
│   │   ├── Decentragram.json
│   │   └── Migrations.json
│   ├── components
│   │   ├── App.js
│   │   ├── LandingPage.js
│   │   ├── Main.js
│   │   └── Navbar.js
│   ├── contracts
│   │   ├── Decentragram.sol
│   │   └── Migrations.sol
│   ├── icon.svg
│   ├── images
│   │   └── loading.gif
│   ├── index.js
│   ├── logo.png
│   ├── photo.png
│   ├── serviceWorker.js
│   └── styles
│       └── index.css
├── test
│   └── test.js
└── truffle.js

Installation

  1. Clone the repo

    git clone https://github.com/suhailkakar/decentralized-instagram
  2. Install NPM packages

    npm install

    or

    yarn install
  3. Run the app

    npm start

Be sure to have Ganache installed and added to your metamask wallet

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Commit your Changes (git commit -m 'Some Good Features')
  3. Push to the Code (git push -u origin master )
  4. Open a Pull Request

License

This project is an open source software licensed under the MIT License

GitHub

View Github