OsiPad/evm
osmannyildiz 031c92c34b achieve a whole new level of insanity by imitating a blockchain on the db 2024-05-26 14:42:59 +03:00
..
contracts achieve a whole new level of insanity by imitating a blockchain on the db 2024-05-26 14:42:59 +03:00
ignition/modules add PADTokenStake and PADToken.approveMax 2024-05-12 13:40:06 +03:00
test reconsider life choices 2024-04-16 21:18:45 +03:00
.gitignore reconsider life choices 2024-04-16 21:18:45 +03:00
README.md reconsider life choices 2024-04-16 21:18:45 +03:00
config.ts add PAD token 2024-04-20 23:21:06 +03:00
hardhat.config.ts reconsider life choices 2024-04-16 21:18:45 +03:00
package.json add PAD token 2024-04-20 23:21:06 +03:00
pnpm-lock.yaml add PAD token 2024-04-20 23:21:06 +03:00
tsconfig.json reconsider life choices 2024-04-16 21:18:45 +03:00

README.md

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts