suhailkakar / decentralized-instagram

An Instagram clone built with React and Solidty on blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram Logo

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

Contributor

About

An Instagram clone built with React and Solidty on blockchain

License:MIT License


Languages

Language:JavaScript 84.4%Language:Solidity 9.3%Language:HTML 5.5%Language:CSS 0.8%