This repo helps spin up DBK Chain node.
- If you don't want to start synchronization from scratch, get a snapshot from the DeBank team.
- Copy
.env.exmaple
to.env
and modify the corresponding variablesOP_GETH_DATADIR
- the path to the op-geth data directoryOP_NODE_DATADIR
- the path to the op-node data directory
- Run
docker-compose up -d
to start the RPC node