@lithosphere/blockchain-core
Overview
Project Structure
blockchain-core/
├── src/
│ ├── contracts/ # Smart contracts (Solidity/Rust)
│ ├── sdk/ # TypeScript/JavaScript SDK
│ ├── chain/ # Blockchain core implementation
│ ├── consensus/ # Consensus mechanism (Linear Communication BFT)
│ └── crypto/ # Cryptographic utilities (MDKM, ring signatures)
├── test/ # Tests
└── docs/ # Technical documentationGetting Started
Development
Technologies
Related Documentation
License
Last updated