Running BLAST Testnet from Source
Create a shared secret between op-geth and bl-node
op-geth and bl-nodeopenssl rand -hex 32 > jwt.txt
cp jwt.txt ../blast/bl-nodeScripts to start the different components
# op-geth
op-gethtouch run-op-geth.shchmod +x run-op-geth.sh#! /usr/bin/bash SEQUENCER_URL=https://goerli-sequencer.blastblockchain.com/ cd <> ./build/bin/geth --datadir=./datadir --http --http.port=8545 --http.addr=0.0.0.0 --authrpc.addr=localhost --authrpc.jwtsecret=./jwt.txt --verbosity=3 --rollup.sequencerhttp=$SEQUENCER_URL --nodiscover --syncmode=full --maxpeers=0
op-node
op-nodeThe initial synchronization
#Operations
Last updated