An Instagram clone built with React and Solidty on blockchain
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
-
Clone the repo
git clone https://github.com/suhailkakar/decentralized-instagram
-
Install NPM packages
npm install
or
yarn install
-
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.
- Fork the Project
- Commit your Changes (
git commit -m 'Some Good Features'
) - Push to the Code (
git push -u origin master
) - Open a Pull Request
License
This project is an open source software licensed under the MIT License