Skip to content

Web-Development-Work/Gdrive-3.0-BlockChain-Solidity-ReactJS

Repository files navigation

GDrive 3.0

Technology Stack & Tools

  • Solidity (Writing Smart Contract)
  • Javascript (React & Testing)
  • Ethers (Blockchain Interaction)
  • Hardhat (Development Framework)
  • Ipfs (Metadata storage)
  • React routers (Navigational components)

Requirements For Initial Setup

  • Install NodeJS, should work with any node version below 16.5.0
  • Install Hardhat

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Deploy ur Contract n Add Contract Adress into App.js

4. Launch Frontend

`$ npm run start`