Terp Network Resources
Resources for integrating with Terp Network — ADRs, public endpoints, API libraries, FAQs, verification
Resources
This section provides reference material for developers, validators, and ecosystem participants. Each resource is designed to be directly actionable — configuration values, API references, library catalogs, and verification procedures.
Core Resources
ADRs
Architecture Decision Records documenting significant decisions in Terp Network protocol and tooling
Public Endpoints
RPC, REST, gRPC endpoints, chain info, snapshots, and genesis files for mainnet and testnet
API Libraries
Client libraries in JS/TS, Rust, Go, Python for connecting and communicating with Terp Network
FAQ
Answers to common questions about Terp Network, tokens, governance, and integration
Integrity Verification
Checksums and signature verification procedures for Terp Network releases and deployment artifacts
Related Sections
Development Resources
Tooling, testing frameworks, CI/CD patterns, and smart contract development guides
Ecosystem Resources
Integrations with other chains and tools — Bitcoin, Ethereum, Osmosis, Penumbra, Nostr, DAO DAO
Network Resources
Node setup, validator guides, IBC relaying, and network operations
Community Resources
Community channels, working groups, contribution guidelines, and communication
Quick Reference
| Resource | Path | Use Case |
|---|---|---|
| Mainnet chain ID | morocco-1 | Connecting to production |
| Testnet chain ID | 90u-4 | Testing before mainnet |
| Native denom | uthiol | Fee token |
| Min gas price | 0.05uthiol | Transaction fee floor |
| Bech32 prefix | terp | Address format |
| Coin type | 114 | HD wallet derivation |
| Block time | ~6s | Confirmation timing |
| RPC (mainnet) | https://rpc.cosmos.directory/terpnetwork | Query/transactions |
| REST (mainnet) | https://rest.cosmos.directory/terpnetwork | REST API queries |
| S3 resources | https://s3.terp.network/snapshots/ | Snapshots, genesis, chain config |
Cross-Reference to Concepts
Every resource below builds on the core concepts. When you encounter an unfamiliar term:
| Concept | Related Resource |
|---|---|
| IBC | Public endpoints (IBC channels), relaying guides |
| Tokens | Libraries (balance queries, token transfers) |
| Governance | ADRs (governance decisions), public endpoints (gov queries) |
| Trustlessness | Integrity verification, verify |
| Networks | Network resources, public endpoints |
| Privacy | Ecosystem resources (privacy tools) |