TeoMastro / eco-friendly-transportation-eth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the project

npm i
npx hardhat node
npx hardhat run scripts/deploy.js --network localhost

Then copy the contract address in the inteactWithContract.js (contractAddress)

After that, run

npx hardhat run scripts/interactWithContract.js --network localhost

Sample Hardhat Project

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts

About


Languages

Language:Solidity 42.1%Language:TypeScript 36.4%Language:JavaScript 21.5%