NFT-Toolbox icon indicating copy to clipboard operation
NFT-Toolbox copied to clipboard

Utilize web3Stash Library for Metadata Upload, Deprecating Storage Classes

Open mbcse opened this issue 1 year ago • 1 comments

Currently, you will find there are storage classes used for uploading metadata through multiple providers. Remove that code and instead use web3Stash https://github.com/mbcse/web3stash Library to upload metadata.

Description: Presently, our codebase employs storage classes for uploading metadata across various providers. This proposal suggests deprecating the existing storage class implementation and transitioning to the use of the web3Stash library (https://github.com/mbcse/web3stash) for a more streamlined and standardized metadata upload process.

Proposed Changes:

Deprecation of Storage Classes: Remove the existing code that utilizes storage classes for metadata uploads. Integration of web3Stash Library: Incorporate the web3Stash library into the codebase for a unified and efficient metadata uploading mechanism.

mbcse avatar Feb 27 '24 11:02 mbcse