Indexing Pipe protocol tokens and related actions like transfers, deployments, mints.
We are running two different instances one for testnet one for mainnet.
You can find docs and use our API for free directly from here:
https://indexer.inspip.com/docs
https://indexer-testnet.inspip.com/docs
Duplicate .env.example
and rename to .env
.
Update environment variables expecially Quick Node instance BITCOIN_NODE_URL
.
Run the following command to start the server locally using docker
docker compose -f docker-compose-local.yml up -d
CERTBOT_EMAIL
is used in production for SSL.
Update server_name
inside nginx/nginx-override.conf
to your domain.
Point your domain using DNS to the IP of the indexer.
Run the following command to start the server using docker;
docker compose up -d