We are.
The Chia Blockchain comes together from a few different repositories:
Repository | Contents |
---|---|
chia-blockchain | Consensus code, networking, and reference Chialisp implementations. |
chia-blockchain-gui | An Electron/React graphical user interface to the plotter, node, and wallets. |
clvm | Chialisp Virtual Machine in Python |
clvm-rs | Chialisp Virtual Machine in Rust for security and performance. |
chiapos | Creating plots and verifying Proofs of Space. |
chiavdf | Proofs of time/VDFs and Timelords. |
bls-signatures | IETF standard BLS-12-381 signature scheme. |
clvm_tools | Tools for Chialisp and CLVM. |