An ERC1155 NFT collection for rewarding authors of EIPs included in Ethereum network upgrades. Each tokenId represents a specific Network Upgrade and claimable by verifying the author's GitHub username cited in the EIP considered for inclusion.
| Network | Address |
|---|---|
| Base Mainnet | 0xD5763b8044dc4998737A8D506e612B3BF2821cf9 |
All authors of EIPs included in the following Network Upgrades:
- Pectra: Check you eligibility and claim on ethcatherders.com
The smart contracts are built and tested with Foundry.
$ forge build$ forge test$ forge fmt$ forge snapshot$ anvil$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>$ cast <subcommand>$ forge --help
$ anvil --help
$ cast --help