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
2 stars 6 forks source link

Refactor the codebase #20

Open AnmolSirola opened 5 months ago

AnmolSirola commented 5 months ago

Introducing a refined folder structure that categorizes functionalities based on their respective chains. Specifically, creating separate folders for each chain, where the related contracts and associated functions will reside. At the same time also fixing bugs and updating documentation.