Skip to content

Read from Blockchain

Reading from the blockchain is done using Unity-Native implementation of our Sequence Indexer.

We recommend creating an instance of the ChainIndexer class. This will expose you to all the functionality offered by the IIndexer interface.

C#
IIndexer polygonIndexer = new ChainIndexer(Chain.Polygon);