Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 920 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 920 Bytes

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