|
há 3 anos atrás | |
---|---|---|
contracts | há 3 anos atrás | |
scripts | há 3 anos atrás | |
test | há 3 anos atrás | |
.gitignore | há 3 anos atrás | |
README.md | há 3 anos atrás | |
hardhat.config.js | há 3 anos atrás | |
package-lock.json | há 3 anos atrás | |
package.json | há 3 anos atrás |
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
Try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help