Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 400 Bytes

Basic ERC-721 Contract

Extending capability of basic ERC-721 with:

  • list and unlist token for sale
  • buyer can directly buy the token without needed an approval from the owner if the token is listed.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help