1. npm i
2. npx hardhat help to see available tasks
3. npx hardhat compile to see compilation producing an artifacts folder
4. npx hardhat test to see tests ran against a temp "hardhat" network
5. npx hardhat node to spin up a local network (see config in hardhat.config.js)
6. In a separate terminal, npx hardhat test --network local (you should see txs get processed by the local node)
eternauta1337/mini-token
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|