Graphical interface to view testnets on the Cosmos Network.
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build
In ./src/store/modules/blockchain.js
change the url
line to the Tendermint RPC of your choice.
- Extract the zip
- Enter the folder in your terminal
- Run
python -m SimpleHTTPServer 8080
(python 2) orpython3 -m http.server 8080
(python 3) - Visit
localhost:8080
in your browser - Done!