Created
March 31, 2025 15:51
-
-
Save sw360cab/4909dadd9dbaba187c4d90ddf98a3974 to your computer and use it in GitHub Desktop.
Run in docker a Gnoland RPC node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm --entrypoint sh -p 26657:26657 ghcr.io/gnolang/gno/gnoland:master -c 'gnoland config init; gnoland config set rpc.laddr "tcp://0.0.0.0:26657"; gnoland start --lazy' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment