Architecture

Algorand Blockchain Integration Diagram

The NFT Kit is designed to make the process of creating, managing and transferring NFTs easy and accessible to anyone.

NFT operations :

One of the main ways we integrate the Algorand ecosystem is through the use of the Java-Algosdk for account creation , NFT minting and other functionalities.

By using the AlgoSDK, we are able to easily and securely interact with Algorand Blockchain and perform the necessary actions to create and manage NFTs.

NFT Queries :

This module enables querying data from the Algorand Network using Pure Stake APIs. PureStake provides highly reliable and secure access to native Algorand REST APIs for Main, Test and Beta-Net, hence we can retrieve data such as NFTs metadata from Algorand.

Last updated