An ERC404 based market place inspired by the pandora coin that includs the combination of ERC20 and ERC721 token standards to ensure the increment of NFT liquidity.
Again,
The ERC404 token is a unique token that combines both ERC20 and ERC721 token features. It aims to blend the best features of both token standards and propose innovation to the NFTs. With this innovation, multiple wallets can own shares of a single NFT piece from a collection.
About tasks to cover
- Deep dive into the ERC404 token standard
- Deep dive into the DN404 token standard
- Implementation of my unique token using the DN404 token standard
- Building the NFT marketplace for DN404 token
This project demonstrates a basic Hardhat use case to implement the full business logic of an ERC404 token standard.
Try running some of the following tasks:
npm install --force
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
@0xJonaseb11