Skip to content

simapp.zone - live raw cosmos sdk simapp instances

License

Notifications You must be signed in to change notification settings

julienrbrt/simapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]
simapp-v047 v0.47 [email protected]

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