This is a basic web3 e-commerce project using Solidity
- Solidity (Smart Contracts and tests)
- JavaScript (React and tests)
- Hardhat (Ethereum development framework)
- Ethers.js (Library for interacting with Ethereum)
- React.js (Frontend framework)
git clone https://github.com/semaj87/Blockforme.gitnpm installnpx hardhat testnpx hardhat coveragenpx hardhat compile# run the following command in a new terminal tab
npx hardhat nodenpx hardhat run ./scripts/deploy.js --network localhostnpm run start
