Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.17 KB

README.md

File metadata and controls

68 lines (45 loc) · 1.17 KB

EIP Author NFT

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.

Deployed on

Network Address
Base Mainnet 0xD5763b8044dc4998737A8D506e612B3BF2821cf9

Claimable for

All authors of EIPs included in the following Network Upgrades:

Usage

The smart contracts are built and tested with Foundry.

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help