Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 334 Bytes

File metadata and controls

16 lines (10 loc) · 334 Bytes

EIP-5173 Reference Implementation

EIP-5173 proposes a multigenerational reward mechanism that rewards‌ all ‌owners of non-fungible tokens (NFT).

Setting Up

Use Node 14.17.6 (nvm)

Install all dependencies - npm install

Test with hardhat - npx hardhat test

Compile with hardhat - npx hardhat compile