2022-01-11 15:57:09 +03:00
2022-01-11 15:57:09 +03:00
2022-01-11 15:57:09 +03:00
2021-11-28 02:13:37 +03:00
2022-01-08 12:01:32 +03:00
2022-01-08 12:01:32 +03:00
2021-01-06 03:38:15 +03:00
2021-12-24 18:36:04 +03:00
2021-05-29 22:53:30 +03:00

🦈 Akula 🦈

Telegram Chat

Next-generation implementation of Ethereum protocol ("client") written in Rust, based on Erigon architecture.

Why run Akula?

Building the source

Install rustup from rustup.rs.

git clone https://github.com/akula-bft/akula

cd akula

cargo build --all --release

You can find built binaries in target/release folder.

Running

  • akula takes an already synced Erigon database with downloaded blocks and headers (stages 1-3), imports them, executes and verifies state root:
akula --datadir=<path to Akula database directory> --erigon-datadir=<path to Erigon database directory>
  • akula-toolbox provides various helper commands to check and manipulate Akula's database. Please consult its help for more info:
akula-toolbox --help

Akula (Акула) is pronounced as ah-koo-lah and stands for shark in Russian.

Description
No description provided
Readme AGPL-3.0 11 MiB
Languages
Rust 99.9%