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

Restructure and Refactor the file structure and code #3

Closed AnmolSirola closed 5 months ago

AnmolSirola commented 8 months ago

Current state: Current

Note: I have only used Ethereum, Solana and Tezos for example. The same format will be used for Aptos and Flow.

Refined structure : 2

Solves #1

mbcse commented 7 months ago

Hey @AnmolSirola Lets remove the examples folder as well and move stuff inside examples folder to src. src should be now main folder having all code and classes!

AnmolSirola commented 7 months ago

@mbcse sure sir :)

mbcse commented 7 months ago

@AnmolSirola Have you tried to run the tests? I can see them failing. Also, Can you update the documentation concerning the new structure? Please make sure everything is working with the new file structure!