Thos project has completely built using Solidity
, completely tested using Hardhat
and deployed on Sepolia
testnet.
-
Run
npm install
to install dependencies. -
Run
npx hardhat compile
to compile solidity file. -
Run
npx hardhat test
to test the file.
Yo can see Contract
Here.