Skip to content

Commit

Permalink
Merge pull request #73 from rollkit/enable_grpc
Browse files Browse the repository at this point in the history
enable grpc in celestia-appd
  • Loading branch information
gupadhyaya authored Nov 10, 2023
2 parents 24d8843 + 7e2aa02 commit dd90c11
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mkdir -p $NODE_PATH/keys
cp -r $APP_PATH/keyring-test/ $NODE_PATH/keys/keyring-test/

# Start the celestia-app
celestia-appd start &
celestia-appd start --grpc.enable &

# Try to get the genesis hash. Usually first request returns an empty string (port is not open, curl fails), later attempts
# returns "null" if block was not yet produced.
Expand All @@ -78,7 +78,5 @@ export CELESTIA_NODE_AUTH_TOKEN=$(celestia bridge auth admin --node.store ${NODE
echo "WARNING: Keep this auth token secret **DO NOT** log this auth token outside of development. CELESTIA_NODE_AUTH_TOKEN=$CELESTIA_NODE_AUTH_TOKEN"
celestia bridge start \
--node.store $NODE_PATH --gateway \
# --core.ip 127.0.0.1 \
# --core.ip rpc-mocha.pops.one:26657 \
# --core.rpc.port 9090 \
--keyring.accname validator
--core.ip 127.0.0.1 \
--keyring.accname validator

0 comments on commit dd90c11

Please sign in to comment.