- Get funds from users
- owner of contract withdraw funds from contract
- Hardhat
- ChainLink
- Alchemy
- Solidity
- Javascript
- Ether.js
- Chai
yarn install
yarn Hardhat deploy
-
Get private key from metamask
-
Get API key from Alchemy or any other rpc url provider
For deployment on specific test network write the folllowing command
yarn hardhat deploy --network <network name>
for unit testing write following command (it will use local network)
yarn test
for Staging test use test network and run command
yarn hardhat test --network <network name>