Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (31 loc) · 2.25 KB

README.md

File metadata and controls

45 lines (31 loc) · 2.25 KB

Sunset notice

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

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