Categorygithub.com/Fantom-foundation/Aida
module
0.0.0-20250106071849-df598f952530
Repository: https://github.com/fantom-foundation/aida.git
Documentation: pkg.go.dev

# README

Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.

Building the source

Building aida requires a Go (version 1.21 or later), plus submodules require either Docker or C compiler with bazel 5.2.3. Once the dependencies are installed, run

git submodule update --init --recursive

to clone the submodules such as Carmen and Tosca.
Then run

make

which builds all Aida tools. The aida tools can be found in build/....

Documentation

The tools documentation can be found on the Wiki page.

Testing

Aida-db, a test database, is required for testing. You can obtain a new aida-db update an existing aida-db using the following command:

./build/util-db update --aida-db output/path --chain-id 250 --db-tmp path/to/tmp/direcotry

# Packages

No description provided by the author
No description provided by the author
Package executor is a generated GoMock package.
Package logger is a generated GoMock package.
No description provided by the author
No description provided by the author
Package rpc is a generated GoMock package.
No description provided by the author
Package state is a generated GoMock package.
No description provided by the author
No description provided by the author
Package txcontext is a generated GoMock package.
No description provided by the author
Package utils is a generated GoMock package.