/simapp

simapp.zone - live raw cosmos sdk simapp instances

Primary LanguageGoApache License 2.0Apache-2.0

simapp.zone

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.

Use

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.

Details

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

Use locally

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}

Useful links