You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add to feegrant guide, or make new guide on doing with curl
start local light node for mocha: celestia light start --p2p.network mocha --core.ip rpc-mocha.pops.one
in 2nd terminal, export auth token, so you can send curls without disabling auth. CELESTIA_NODE_AUTH_TOKEN=$(celestia light auth admin --p2p.network mocha)
(in theory, you could disable auth when starting node with --rpc.skip-auth)
get my key's address of running node in same terminal. set as variable GRANTER_ADDRESS=$(celestia state account-address | jq -r .result) && echo $GRANTER_ADDRESS
also set grantee address (the address you want to have the grant) GRANTEE_ADDRESS=celestia1377k5an3f94v6wyaceu0cf4nq6gk2jtpc46g7h
add to feegrant guide, or make new guide on doing with curl
celestia light start --p2p.network mocha --core.ip rpc-mocha.pops.one
CELESTIA_NODE_AUTH_TOKEN=$(celestia light auth admin --p2p.network mocha)
(in theory, you could disable auth when starting node with --rpc.skip-auth)
GRANTER_ADDRESS=$(celestia state account-address | jq -r .result) && echo $GRANTER_ADDRESS
also set grantee address (the address you want to have the grant)
GRANTEE_ADDRESS=celestia1377k5an3f94v6wyaceu0cf4nq6gk2jtpc46g7h
The text was updated successfully, but these errors were encountered: