This repository contains the Rust-based core of YogaChain, including:
- PoY+ consensus mechanism.
- Quantum-resistant cryptography (Kyber512, Dilithium2).
- AI-powered adaptive sharding.
- Install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - Clone this repo:
git clone https://github.com/YogaChain/core.git - Build:
cargo build --release
Please read CONTRIBUTING.md for details on how to contribute.