Skip to content

This is an nft collection where only owner can mint tokens.

Notifications You must be signed in to change notification settings

bhutta03/nft_collection_near

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nft_collection

This smart contract is designed to manage an NFT collection in NEAR blockchain. It allows the owner to create new NFTs (minting) and associate each NFT with their NEAR account ID. The UnorderedMap is used to keep track of the ownership of each NFT by storing the mapping of token IDs to owner account IDs. The contract also ensures that it's properly initialized and that only the owner can mint NFTs.

Here is documentation file of nft_collection

We can also add more funcnalities into our smart contract.

Access Control: Define roles and permissions within the contract to allow multiple users to interact with the collection, not just the owner. For example, you can have minting administrators who can mint NFTs.

Metadata Management: Implement the management of token metadata in an efficient and organized way, ensuring that metadata is retrievable for each NFT.

Events and Notifications: Emit events and notifications when minting, transferring, or selling NFTs. This allows external systems to listen for changes in the contract state.

Upgradeability: Consider implementing an upgrade mechanism that allows for the contract to be updated while preserving the existing state and NFT ownership.

About

This is an nft collection where only owner can mint tokens.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published