Networks
BBA Chain maintains two networks mainnet
and testnet
.
- Mainnet: serves the BBA Chain platforms and ecosystem.
- Testnet: serves the development and testing of new features.
BBA Chain - Mainnet
A BBA Chain mainnet is a set of validators working together to serve client transactions and maintain the integrity of the ledger. Many clusters may coexist.
- Tokens that are issued on Mainnet are real BBA.
- Gossip entrypoint for Mainnet:
mainnet.bbachain.com:8001
. - RPC URL for Mainnet:
https://api-mainnet.bbachain.com
.
BBA Chain - Testnet
Testnet is where the BBA Chain core contributors stress test recent release features, particularly focused on network performance, stability and validator behavior.
- Testnet tokens are not real
- Testnet may be subject to ledger resets.
- Testnet includes a token faucet for airdrops for application testing.
- Testnet typically runs a newer software release branch than Mainnet.
- Gossip entrypoint for Testnet:
testnet.bbachain.com:8001
. - RPC URL for Testnet:
https://api-testnet.bbachain.com
.