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