# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README


AggKit
AggKit is a modular framework that developers can use to connect networks to the AggLayer
Getting Started
Pre-requisites
Setup Kurtosis following these instructions: Kurtosis CDK Getting Started
Local Testing
- You can run locally against kurtosis-cdk environment using: docs/local_debug.md
Build locally
You can locally build a production release of AggKit CLI + AggKit with:
make build
Run locally
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>
Running with Kurtosis
- Run your kurtosis environment
- build
cdk-erigon
and make it available in your system's PATH - Run
scripts/local_config
Contributing
Contributions are very welcomed, the guidelines are currently not available (WIP)
Support
Feel free to open an issue if you have any feature request or bug report.
License
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
.