julienrbrt / simapp

simapp.zone - live raw cosmos sdk simapp instances

Home Page:http://simapp.zone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simapp.zone - live raw cosmos sdk simapp instances

http://simapp.zone

License:Apache License 2.0


Languages

Language:Go 96.6%Language:HTML 1.0%Language:JavaScript 0.9%Language:Shell 0.7%Language:Nix 0.6%Language:Makefile 0.1%