NFT Commands
Specialized commands for handling NFT-related assets and their associated DID Documents. These commands streamline the process of storing digital assets represented as Non-Fungible Tokens (NFTs) in your DID Space.
A key feature of these commands is their integrated handling of both the asset file itself (e.g., an image, video, or audio file) and its corresponding DID Document. The DID Document contains verifiable metadata about the asset, such as its creator, ownership history, and other important attributes. This approach ensures that the asset and its provenance information are stored together, maintaining a strong, verifiable link between the digital object and its identity.
The commands in this section are built upon the core concepts of Decentralized Identifiers (DIDs) and Verifiable Credentials. For a deeper understanding of the underlying principles, please refer to our guide on Request Signing.
Available Commands#
Click on a command to view its detailed API reference, including parameters, return values, and complete code examples.
Next Steps#
To begin storing your NFT assets, proceed to the detailed guide for the PutNftObjectCommand.
- Explore the PutNftObjectCommand reference for detailed parameters and code examples.
- Compare with Object Commands if you are working with standard, non-NFT files.