Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 245 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 245 Bytes

hardhat-study

自学hardhat的repo

contract,test,deploy

-test/Token.js //test in hardhat net

-scripts/deploy.js // deploy contract into mantle test net

-contracts/Token.sol // simple contract with func transfer and balanceOf