c2siorg / NFT-Toolbox

A non-fungible token (NFT) is a non-interchangeable unit of data stored on a blockchain, a form of digital ledger, that can be sold and traded. Each NFT has its own unique identity. Design NFT’s along with building a web3 dapp, that can mint NFTs.
Apache License 2.0
1 stars 4 forks source link

Added support for ERC-998 standard for Ethereum #23

Open AnmolSirola opened 2 months ago

AnmolSirola commented 2 months ago

Description

This standard enables the creation of composable and hierarchical non-fungible tokens, allowing for the creation of complex digital assets that can be split, combined, and recombined.

This change solves #19.