Skip to content

NFT smart contract for rewarding authorship of EIPs included in Ethereum network upgrades

Notifications You must be signed in to change notification settings

ethcatherders/eip-author-nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NFT smart contract for rewarding authorship of EIPs included in Ethereum network upgrades

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published