Setup Kurtosis following these instructions: Kurtosis CDK Getting Started
- You can run locally against kurtosis-cdk environment using: docs/local_debug.md
You can locally build a production release of AggKit CLI + AggKit with:
make build
You can build and run a debug binary locally using:
- build the
aggkit
binary
make build-aggkit
- run the
aggkit
binary
cd target/
aggkit run --cfg <CONFIG_FILE> --components <COMPONENTS_TO_RUN>
- Run your kurtosis environment
- build
cdk-erigon
and make it available in your system's PATH - Run
scripts/local_config
Contributions are very welcomed, the guidelines are currently not available (WIP)
Feel free to open an issue if you have any feature request or bug report.
Copyright (c) 2024 PT Services DMCC
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
The SPDX license identifier for this project is MIT OR Apache-2.0
.