- Solidity (Writing Smart Contract)
- Javascript (React & Testing)
- Ethers (Blockchain Interaction)
- Hardhat (Development Framework)
- Ipfs (Metadata storage)
- React routers (Navigational components)
$ cd NFT_MarketPlace_2.0
$ npm install
ALCHEMY_API= "Your ALCHEMY_API"
privateKey= "Your privateKey"
REACT_APP_pinata_api_key = "your REACT_APP_pinata_api_key"
REACT_APP_pinata_secret_api_key = "your REACT_APP_pinata_secret_api_key"
$ cd NFT_MarketPlace_2.0
$ npx hardhat node
npx hardhat run src/backend/scripts/deploy.js --network localhost
$ npx hardhat test
$ npm start