Skip to content

dappuniversity/eip_2981_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Royalties w/ EIP 2981

Technology Stack & Tools

  • Solidity (Writing Smart Contracts & Tests)
  • Javascript (React & Testing)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • OpenZeppelin (Smart Contract Library)

Extra Resources

Requirements For Initial Setup

  • Install NodeJS. Recommended to use the LTS version.

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Run NFT Test

$ npx hardhat test test/NFT.js

4. Run Marketplace Test

$ npx hardhat test test/Marketplace.js

5. (Optional) Run Both Tests

$ npx hardhat test

About

Example Showcasing NFT Royalties w/ EIP 2981

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published