Developer Overview
Monorepo Structure
lithosphere/
├── api/ # GraphQL API server
├── indexer/ # Blockchain event indexer
├── contracts/ # Smart contracts (Solidity)
├── web/ # Next.js frontend application
├── packages/
│ ├── blockchain-core/ # Core blockchain SDK & utilities
│ ├── create-litho-app/ # CLI tool for scaffolding projects
│ └── docs/ # Documentation & technical specs
├── clusters/ # Kubernetes configs (devnet, staging, mainnet)
├── infra/ # Infrastructure as Code & monitoring
├── scripts/ # Deployment & utility scripts
└── templates/ # Project templates for developersPackages and Applications
Applications
Package
Description
Key Technologies
Shared Packages
Package
Description
Key Technologies
Design Objectives
Cross-chain Asset Transfer
Transaction Privacy Protection
Functional Extensibility
Reading Guide
For Developers
For Researchers
For Investors
Key Features
Feature
Description
Quick Start
Last updated