Connecting to a public network with local RPC node
Instructions on how to setup local RPC node that connects to a public network
npx @acala-network/eth-rpc-adapter@latest \
--endpoint <node-endpoint-ws-url> \
--subql <subquery-url>npx @acala-network/eth-rpc-adapter@latest \
--endpoint wss://acala-rpc.aca-api.network \
--subql https://subql-query-acala.aca-api.networknpx @acala-network/eth-rpc-adapter@latest --helpLast updated