Get Started
The UXUY Indexer implements the inscription protocol on the blockchain and index the data from all blockchain.
carefulUXUY Indexer is alpha software. Use it on mainnet at your own risk!
Prerequisites
UXUY Indexer requires golang
if you want to compiled from source.
UXUY Indexer need to store index data in your database, so far we support mySQL and will support SQLite. you need to install MySQL in your machine or config your MySQL connect info follow the next chapter.
Installation
From source:
Compile UXUY Indexer from source by cloning the uxuy indexer repository. Go Version 1.21 or higher is recommended (you may check what version of go is running with go version
)
Last updated