Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.76 KB

README.md

File metadata and controls

77 lines (46 loc) · 1.76 KB

Logo Logo

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

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:

  1. build the aggkit binary
make build-aggkit
  1. run the aggkit binary
cd target/
aggkit run --cfg <CONFIG_FILE> --components <COMPONENTS_TO_RUN>

Running with Kurtosis

  1. Run your kurtosis environment
  2. build cdk-erigon and make it available in your system's PATH
  3. 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

at your option.

The SPDX license identifier for this project is MIT OR Apache-2.0.