- Crypto.org Chain website: https://crypto.org/
- GitHub Repository: https://github.com/crypto-org-chain/chain-main
- Official Documentation: https://crypto.org/docs/
- Testnet: https://crypto.org/docs/getting-started/croeseid-testnet.html
- Mainnet: https://crypto.org/docs/getting-started/mainnet.html
There are a few ways to access to the Crypto.org 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 maybe pruned from time-to-time. To avoid state pruning, update
pruning = "nothing"
inapp.toml
- There are two query methods based on gRPC:
- Processed chain information. Old state maybe pruned from time-to-time. To avoid state pruning, update
- TypeScript library: https://github.com/crypto-org-chain/chain-jslib
- @cosmjs/stargate: https://github.com/cosmos/cosmjs/tree/master/packages/stargate
- Python library: https://pypi.org/project/chainlibpy/#description for teams coding in python
- Rust library (note that it is not feature complete): https://github.com/crypto-org-chain/chainlib-rs
- chain-indexing (indexing on-chain data): https://github.com/crypto-com/chain-indexing
The Ansible playbook for deploying Prometheus and some rules we are using are under monitoring
.
- Tendermint: https://mainnet.crypto.org:26657/
- Cosmos RESTful gRPC: https://mainnet.crypto.org:1317/
- Tendermint: https://testnet-croeseid.crypto.org:26657/
- Cosmos RESTful gRPC: https://testnet-croeseid.crypto.org:1317/
https://crypto.org/explorer/croeseid/
Discord: https://discord.gg/5JTk2ppsY3