This project implements a decentralized identity system based on the Chiti architecture, leveraging Iroh, Willow, and Meadowcap for secure, peer-to-peer identity management and data sharing, compliant with Beckn protocols.
- Rust: Install Rust using rustup. This project uses the stable toolchain (specified in
rust-toolchain.toml).curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Git: To clone the repository.
-
Clone the repository:
git clone <repository-url> # Replace <repository-url> with the actual URL cd identity-model
-
Build the project:
cargo build
-
Run tests:
cargo test
(To be added - link to docs/architecture.mermaid and describe key directories)
(To be added)
(To be added)
(To be added)