An instant, zero-config Secret Network blockchain.
docker run -it --rm -p 9091:9091 -p 26657:26657 -p 1317:1317 -p 5000:5000 \
--name localsecret ghcr.io/scrtlabs/localsecret
Full docs: https://docs.scrt.network/docs/development/local-secret
You can trace everything from build-localsecret
in Makefile
, but the gist of it is in bootstrap_init_no_stop.sh
.