The Cosmos SDK team developed its own in house testnet infrastructure. The project is now no more maintained and the nodes have been shut down. Check out the Cosmos SDK testnets for the latest testnet information.
simapp.zone
is a set of live raw SimApp
instances from the Cosmos SDK.
It provides instances that can be used for testing and development purpose.
Endpoint / Faucet | RPC (port) | gRPC (port) | gRPC-web (port) | gRPC-gateway (port) |
---|---|---|---|---|
https://next.simapp.zone | 26657 | 9090 | 1317 | 1317 |
https://v050.simapp.zone | 26657 | 9090 | 1317 | 1317 |
https://v047.simapp.zone | 26657 | 9090 | 9091 | 1317 |
An explorer is available at explorer.simapp.zone
.
The nodes binaries are updated daily on the nodes to the latest commited version, but the state is not reset.
Name (binary) | Version | Source |
---|---|---|
simapp-next |
next (a.k.a main ) |
simapp@main |
simapp-v050 |
v0.50 |
simapp@v0.50 |
simapp-v047 |
v0.47 |
simapp@v0.47 |
To replicate simapp.zone
configuration, use the make init
command, using the simapp version argument.
make build version={next|v050|v047}
make init version={next|v050|v047}