Playing around with ERC-7809. You can view the original PR for this EIP or this markdown file.
This Hardhat project includes:
pnpm install
Create a .env
file:
cp .env.template .env
Add your own keys in the .env
file.
pnpm test
pnpm deploy:<NETWORK_NAME>
You can check the current signer wallet balance:
pnpm bal <NETWORK_NAME>
pnpm mint:<NETWORK_NAME> 42
pnpm send:<NETWORK_NAME> 8
You can contact me via Farcaster, Element, Status, Telegram, Twitter, Discord, or LinkedIn.