rollchains / spawn

The best development platform for building custom modular Cosmos-SDK blockchains
Apache License 2.0
90 stars 17 forks source link

feat: add block explorer #187

Closed Reecepbcups closed 2 months ago

Reecepbcups commented 2 months ago

ref: #184

Summary

Adds a block explorer for newly created chains and automatic configuration

Try it out

make install
make template-staking

cd myproject
make sh-testnet

make explorer # docker compose up

image

TODO