Skip to content

eniac-x-labs/acorus

Repository files navigation

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

About

All layer2 and dapplink layer3 chain l1->l2->l3, l3->l2->l1 and any chain transfer to any chain transactions indexer,

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages