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.
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