RPC & Node Provider

Running a new RPC node

git clone https://github.com/alt-research/opstack-fullnode-sync
cd opstack-fullnode-sync
git checkout -b branch-v1.2.0 v1.2.0
openssl rand -hex 32 > ./jwt.txt
docker compose up -d

fill L1_RPC, L1_BEACON in follow file and copy to .env to start the rpc full node (mainnet) v1.2.0

fill L1_RPC, L1_BEACON in follow file and copy to .env to start the rpc full node (testnet) v1.2.0

Sync node

(⚠️) If you use altlayer docker-compsoe to sync the fullnode before 3.4, check Upgrade Guide to upgrade your RPC node to ensure the fullnode does not crash during the upgrade.

Last updated