Comment on page
Data NFT SDK
This Open-Source TypeScript SDK focuses on interacting with Itheum's Data NFT technology on the MultiversX blockchain. It allows developers to mint, manage, and trade Data NFTs through various methods and functionalities. It's supports both the
devnet
and mainnet
MultiversX blockchain environments.The SDK includes the following high-level modules:
- 1.
- Create new Data NFT objects
- Fetch and process Data NFTs from the API
- Retrieve Data NFTs owned by an address
- Unlock data inside a DataNFT
- 2.
- 3.
- Mint new Data NFTs
- Burn existing Data NFTs
- Curate (Freeze, Wipe) Data NFTs
- 4.
- View marketplace requirements
- View listed by address.
- View total Offers.
For detailed documentation, usage examples and installation guide, please refer to following:
Ready to start building? Let's jump in and explore the SDK with hands-on guides...