-
Bostrom Infrastructure
-
The Bostrom network is supported by a decentralized infrastructure operated by the cyberia team and community validators. This documentation covers the public infrastructure available to developers and users.
-
Quick Start
-
I want to⦠Go to⦠Connect my wallet chain config Use the API API endpoints Bridge tokens IBC bridge Check network status https://cybernode.ai Run a node go-cyber
-
-
Documentation
- chain config β Chain ID, RPC, token info for wallets
- API endpoints β Public API endpoints for developers
- bostrom architecture β How the infrastructure is organized
- cybernode servers β Server fleet, specs, and services
- bostrom monitoring β Network status and uptime
- bostrom IBC β Cross-chain connectivity
- bostrom security β Security practices and considerations
-
Overview
- The infrastructure consists of several components:
- Archive Node β Full blockchain history for indexing and historical queries
- RPC Node β Pruned node for fast public API access
- Indexer β cyberindex GraphQL API for complex queries
- IPFS Storage β Decentralized content storage for the knowledge graph
- Reverse Proxy β Load balancing and SSL termination
- IBC Relayer β Cross-chain packet relay to Osmosis and Cosmos Hub
- The infrastructure consists of several components:
-
Networks
-
Network Chain ID Status Bostrom bostromβ Mainnet Space Pussy space-pussy-1π§ͺ Experimental
-
-
Software Stack
-
Component Technology Blockchain go-cyber (Cosmos SDK v0.47, CometBFT v0.37) Smart Contracts CosmWasm v1.5 Indexer cyberindex (Hasura GraphQL) Content Storage IPFS (Kubo) IBC Relayer Hermes v1.13 Monitoring Prometheus + Grafana
-
-
For Developers
- See API endpoints for API documentation
- See go-cyber for node operation guides
- See cyb for frontend integration
-
Community & Support
-
Resource Link Telegram https://t.me/bostrom_news Discord https://discord.gg/cyber GitHub https://github.com/cybercongress Forum https://commonwealth.im/bostrom Twitter/X https://x.com/cyber_devs
-
-
Status
- Live Status: https://cybernode.ai
- Real-time monitoring of all endpoints and services with 90-day uptime history
-
Contributing
- Infrastructure is open source. Contributions welcome:
-
Core Repos (cyberia-to)
- go-cyber β Blockchain node (fork)
- cyb-ts β Web frontend
- cyber-ts β TypeScript client library
- soft3.js β JavaScript API library
- cyberindex β GraphQL indexer
- cw-cyber β CosmWasm semantic libs
- warp β DEX contracts
- prism β Design system
- localbostrom β Development environment
- celatone-frontend β Block explorer
- cybernet β DAO network
- space-pussy β Space Pussy chain
-
External Dependencies
- cybercongress/go-cyber β Upstream node
- bro-n-bro/spacebox-crawler β Blockchain crawler
- informalsystems/hermes β IBC relayer
- hasura/graphql-engine β GraphQL API
- ipfs/kubo β IPFS daemon