Connecting Doj Chain
How to connect to Hermesgard, HERMESNode and the base Tendermint layer.
The Network Information comes from four sources:
- HERMESNode: Raw blockchain data provided by the HERMESChain state machine. HERMESChain wallets and block explorers will query HERMESChain-specific information here.
- Cosmos RPC: Used to query for generic CosmosSDK information.
- Tendermint RPC: Used to query for consensus-related information.
Cosmos RPC¶
The Cosmos RPC allows Cosmos base blockchain information to be returned. However, not all endpoints have been enabled.
Endpoints guide¶
https://v1.cosmos.network/rpc/v0.45.1
Example URL¶
Tendermint RPC¶
The Tendermint RPC allows Tendermint consensus information to be returned.
Any Node Ports
- MAINNET Port:
27147
- STAGENET Port:
26657
- TESTNET Port:
26657
Endpoints guide¶
https://docs.tendermint.com/master/rpc/#/
Rpc End Links¶
https://rpc-dev.h4s.dojima.network/
P2P¶
P2P is the network layer between nodes, useful for network debugging.
TESTNET Port: 26656
P2P Guide