Architecture

Tezos + NFT-Kit Integration Diagramm

This diagram resume the integration of Tezos ecosystem in our NFT Kit. Tezos is rich ecosystem, theirs is flexibility in the integration of a such ecosystem. You can use our product either using REST APIs our as a library.

In general, there are two types of interactions: reading or writing from the Tezos blockchain.

For the writing operation, you need the smart contract (address or code), private key to sign operation, and an RPC connection. The NFT Kit will take care of the operation signing with the specified private key. Then, send the operation the the specified network(Mainnet or Testnet).

For reading operation, We use a Tezos indexer. We are making queries to TzKT API.

The smart contract is developed using the Archetype high-level programming language. We use FA2 Tezos standard.

Last updated