Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: modify gm world tutorial to use docker cmd for auth token #238

Closed
Tracked by #200
jcstein opened this issue Aug 23, 2023 · 1 comment · Fixed by #241
Closed
Tracked by #200

docs: modify gm world tutorial to use docker cmd for auth token #238

jcstein opened this issue Aug 23, 2023 · 1 comment · Fixed by #241
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@jcstein
Copy link
Member

jcstein commented Aug 23, 2023

based on #231 (comment)

@jcstein jcstein added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 23, 2023
@jcstein jcstein self-assigned this Aug 23, 2023
@jcstein
Copy link
Member Author

jcstein commented Aug 23, 2023

note to add this when issue resolved and this works:

First, set your auth token:

export CELESTIA_NODE_AUTH_TOKEN=$(docker exec $(docker ps -q)  celestia bridge --node.store /bridge  auth admin)
echo $CELESTIA_NODE_AUTH_TOKEN

Next, check your balance:

docker exec $(docker ps -q) celestia rpc state Balance --node.store /bridge

jcstein added a commit that referenced this issue Aug 23, 2023
nashqueue pushed a commit that referenced this issue Aug 23, 2023
…en (#241)

* remove extra flag from gm/init-loca.sh

resolves #240

* programmatically retrieve auth token

resolves #238

* update gm-world for changes, remove jq as no longer used on mac version

* Update tutorials/full-and-sequencer-node.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant