How to run a local aurora node?

1.3k Views Asked by At
  • I want to sync data from local node.
  • local node need to support eth_rpc as "https://mainnet.aurora.dev" did.
2

There are 2 best solutions below

1
Masha On

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.

1
Jon Huang On