- I want to sync data from local node.
- local node need to support eth_rpc as "https://mainnet.aurora.dev" did.
How to run a local aurora node?
1.3k Views Asked by sunny At
2
There are 2 best solutions below
1
On
The repo https://github.com/aurora-is-NEAR/aurora-relayer and https://github.com/aurora-is-near/partner-relayer-deploy are deprecated. Please follow https://github.com/aurora-is-near/standalone-rpc if you want to run a standalone RPC.
In general, you can run a full node of NEAR plus Aurora RPC alongside it. The latter one is here: https://github.com/aurora-is-NEAR/aurora-relayer.
However, the best way to run a full node can be found at https://github.com/aurora-is-near/partner-relayer-deploy. It is installed and deployed by a single command. The database is restored from the dump. It's the combo of NEAR Core and Aurora relayer, which increases the efficiency of the node.