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

Adding additional storage providers supported by web3stash module #6

Open KENILSHAHH opened 5 months ago

KENILSHAHH commented 5 months ago

Currently we are supporting NFT.Storage, Pinata, Infura IPFS (temporarily unavailable), Storj, Arweave with our storage classes

We can support additional storage providers such as Helia, web3storage, lighthouse, moralis ipfs, bundlr with the help of web3stash module in the project to provide an option for the users to choose from variety of our services

This would be just an additional small piece of code for every storage provider and would not require any special config than the previous config (PR raised here )

Let me know if this sounds right and i will raise a PR for the same

Feel free to suggest any additional changes