Key Features
- Adaptive Strand Architecture: Independent blockchains with customizable consensus and validation
- Secure Bridge Protocol: Cross-strand communication with flexible transaction routing
- Modular Chain Configuration: Customize chain parameters and features per strand
- Dynamic Evolution: Add and modify strands at runtime to adapt to changing needs
- Enterprise Ready: Support for both permissioned and permissionless modes
Architecture Overview
graph TD
S1[Strand A] <--> B1[Bridge] <--> S2[Strand B]
S2 <--> B2[Bridge] <--> S3[Strand C]
B1 <--> S4[Strand D]
Getting Started
#Clone the repository
git clone https://github.com/adaptique/core.git
#Build from source
cd core
cargo build --release