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
cd testnet_v1_1
# Note: To achieve higher sync speed, please run your own ckb-testnet-node and ckb-testnet-indexer,# and update [rpc_client] in gw-testnet_v1-config-readonly.toml.# see: https://docs.nervos.org/docs/basics/guides/run-ckb-with-docker#run-a-ckb-testnet-node
docker-compose up -d gw-readonly
echo"Wait until Godwoken readonly node is ready to serve"
watch -n 6 "docker-compose ps && docker-compose logs --tail 10 | egrep 'sync new block'"# if the status of gw-readonly service is healthy,# then Start Godwoken Web3 and Indexer services
docker-compose up -d