Skip to content

Smart contract collection from some open source projects in different categories

Notifications You must be signed in to change notification settings

lequocvieet/smart-contract-collection-package

Repository files navigation

Hardhat

Install hardhat

npm install --save-dev hardhat

Help

npx hardhat help

Deploy

npx hardhat run scripts/your_directory  --network localhost

Run local node

npx hardhat node

Compile

npx hardhat compile

Run test

npx hardhat test test/your_directory

Hardhat console

npx hardhat console --network localhost

About

Smart contract collection from some open source projects in different categories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published