🔄Integration documentation
Useful Links
Node and RPC setup notes
Setup Guide
API Documentation
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:
API Clients and libraries
Rust library (note that it is not feature complete)
Indexing
chain-indexing (indexing on-chain data)
Node Monitoring (Prometheus)
The Ansible playbook for deploying Prometheus and some rules we are using are under chain-integration/monitoring.
Public Nodes
Mainnet - crypto-org-chain-mainnet-1
crypto-org-chain-mainnet-1
Croeseid Testnet - testnet-croeseid-4
testnet-croeseid-4
Block Explorer
Mainnet
https://cronos-pos.org/explorer
Croeseid Testnet
https://cronos-pos.org/explorer/croeseid4
Community
Last updated