scorelab / 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
24 stars 46 forks source link

Sadashay branch #24

Closed SadashayKanungo closed 1 year ago

SadashayKanungo commented 2 years ago

Changes

Added Final changes in Collection Class ( created in #14 ).

This class implements the Generate functionality for generating NFT Image and Metadata files from Layer images.

Created FileStorage Abstract Class and the following classes implementing it.

These classes have functions for uploading NFT Collections and Single NFTs to a File Storage platform.

SadashayKanungo commented 2 years ago

Please merge #25 before merging this.

mbcse commented 2 years ago

Add a credentials file for tests and add mention it in readme

mbcse commented 2 years ago

Lint the package !

mbcse commented 2 years ago

Add content type for nft asset while storing in storage services, you can use mime package

mbcse commented 2 years ago

Add contributors guideline, docs and diagram