🔄Integration documentation

Node and RPC setup notes

Node Setup and RPC note

Setup Guide

API Documentation

There are a few ways to access the Cronos PoS Chain

  1. 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

  1. gRPC Based

API Clients and libraries

Indexing

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

Croeseid Testnet - testnet-croeseid-4

Block Explorer

Mainnet

https://cronos-pos.org/explorer

Croeseid Testnet

https://cronos-pos.org/explorer/croeseid4

Community

Discord

Last updated