Integration documentation
Last updated
Last updated
Mainnet:
Testnet:
Devnet
There are a few ways to access the Cronos POS Chain
Tendermint RPC
Raw but most-completed data
Hosted documentation (use the latest master only): https://docs.tendermint.com/master/rpc/
Swagger file: https://github.com/tendermint/tendermint/blob/v0.34.3/rpc/openapi/openapi.yaml
gRPC Based
Processed chain information. Old state may be pruned from time-to-time. To avoid state pruning, update pruning = "nothing"
in ~/.chain-maind/config/app.toml
There are two query methods based on gRPC:
crypto-org-chain-mainnet-1
testnet-croeseid-4
(note that it is not feature complete)
(indexing on-chain data)
The Ansible playbook for deploying Prometheus and some rules we are using are under .