Kasplex Indexer

Here you can learn about how the Kasplex indexer works and even build your own.

Introduction to Indexer

The Indexer operates by continuously monitoring the blockchain for new blocks and transactions. For each token transaction, the Indexer updates the corresponding token balances for the involved addresses, maintaining a detailed record of token ownership and distribution. It also stores metadata associated with each token, including its name, symbol, total supply, and any custom properties defined by token deployer.

Build Your Own Indexer

Since any operation of the Kasplex protocol will insert data in the scriptSig of a transaction input, you don't need to keep track of UTXO changes.

The indexer is still in the Closed Beta phase. The official release date and deployment method of the indexer will be announced in the coming weeks.

Last updated