Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 2.1 KB

README.md

File metadata and controls

78 lines (60 loc) · 2.1 KB

acorus

acorus repo

Acorus is project which can sync l1->l2 deposit, l2->l1 withdraw transactions of all layer2. The back-end service, written in golang, provides http api for upper-layer service docking.

Tips:

Support layer2 as follow

If you want support your project, please create pr for us, we will support it.

Install

Install dependencies

go mod tidy

build

cd acorus
make

Config env

  • For layer2 chain contracts config, you can config director and refer to exist config do it.
  • For toml config, you can acorus.toml file and config your real env value.

start syncer

./acorus syncer

start api

./acorus api

Contribute

TBD