Network
RPC, LCD, and gRPC endpoints
Public network endpoints for reading chain state and submitting transactions.
The Nolus team operates a public set of endpoints for the Pirin mainnet.
They are rate-limited but free to use; if you need production-grade
throughput, run your own node (see Run a full node)
or use a community provider listed in
nolus-networks.
Pirin (mainnet)
| Kind | URL |
|---|---|
| Tendermint RPC | https://rpc.nolus.network |
| LCD (REST) | https://lcd.nolus.network |
| gRPC | https://grpc.nolus.network |
Endpoint kinds
- Tendermint RPC - block/tx queries, websocket subscriptions; used by the SDK to talk to the chain.
- LCD (REST) - gateway over the Cosmos SDK queries; useful for plain HTTP clients without a Cosmos SDK dependency.
- gRPC - typed queries against Cosmos SDK and CosmWasm modules.
- JSON-RPC (EVM) - not applicable; Nolus is a CosmWasm chain.