{"id":46610022,"url":"https://github.com/kajlabs/lithosphere","last_synced_at":"2026-04-07T21:01:27.470Z","repository":{"id":314875060,"uuid":"384606783","full_name":"KaJLabs/Lithosphere","owner":"KaJLabs","description":"The Lithosphere Blockchain. World’s 1st blockchain to implement Deep Neural Networks (DNNs).","archived":false,"fork":false,"pushed_at":"2026-04-05T12:14:25.000Z","size":7897,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-05T12:24:50.029Z","etag":null,"topics":["ai","blockchain","crypto","lep100","lithic","web3","web4"],"latest_commit_sha":null,"homepage":"https://litho.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KaJLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-10T04:06:41.000Z","updated_at":"2026-04-05T12:14:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"544fae14-a440-40de-8d08-53faad723b87","html_url":"https://github.com/KaJLabs/Lithosphere","commit_stats":null,"previous_names":["kajlabs/lithosphere"],"tags_count":98,"template":false,"template_full_name":null,"purl":"pkg:github/KaJLabs/Lithosphere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaJLabs%2FLithosphere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaJLabs%2FLithosphere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaJLabs%2FLithosphere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaJLabs%2FLithosphere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaJLabs","download_url":"https://codeload.github.com/KaJLabs/Lithosphere/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaJLabs%2FLithosphere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","blockchain","crypto","lep100","lithic","web3","web4"],"created_at":"2026-03-07T18:11:47.654Z","updated_at":"2026-04-07T21:01:27.454Z","avatar_url":"https://github.com/KaJLabs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lithosphere\n\n\u003e Making Smart Contracts Intelligent for the Digital Economy\n\nLithosphere is a next-generation Layer 1 blockchain platform with advanced DeFi capabilities, privacy-preserving smart contracts, and the LEP100 multi-chain token standard. Powered by AI, deep learning, and LinBFT consensus.\n\n---\n\n## Documentation\n\nBrowse the full documentation at the **[Lithosphere Docs Site](/)** or navigate by section:\n\n| Section | Description |\n|---------|-------------|\n| [Introduction](docs/introduction/what-is-lithosphere.md) | What is Lithosphere, architecture overview, glossary, FAQ |\n| [Quickstart](docs/quickstart/dev-setup.md) | Developer setup, validator setup, CLI tools |\n| [Developers](docs/developers/overview.md) | LEP100 standard, smart contracts, API \u0026 SDK, CI/CD guide |\n| [Validators](docs/validators/node-deployment.md) | Node deployment, monitoring, security, upgrades |\n| [Network](docs/network/chain-parameters.md) | Chain parameters, tokenomics, governance, roadmap |\n| [API Reference](docs/api-reference/rest-api.md) | REST API, GraphQL API, SDK reference |\n| [Guides](docs/guides/security-checklist.md) | Security checklist, testing, deployment, contributing |\n\n## Key Features\n\n- **LEP100 Token Standard** -- Multi-chain compatible token standard supporting fungible and non-fungible tokens\n- **Cross-Chain Interoperability** -- Connect all blockchains through Myriad Distributed Key Management (MDKM)\n- **Intelligent Smart Contracts** -- First blockchain to integrate Deep Neural Networks (DNNs)\n- **High Performance** -- Up to 1M TPS with LinBFT consensus, ~3s block time\n- **Privacy-Preserving** -- Ring signatures and locked account generation scheme\n- **EVM Compatible** -- Deploy existing Ethereum smart contracts without modification\n\n## Repository Structure\n\n```\nlithosphere/\n├── docs/                  # Documentation site content\n│   ├── introduction/      # What is Lithosphere, architecture, glossary\n│   ├── quickstart/        # Developer and validator setup guides\n│   ├── developers/        # LEP100, smart contracts, API, CI/CD\n│   ├── validators/        # Node deployment, monitoring, security\n│   ├── network/           # Chain parameters, tokenomics, governance\n│   ├── api-reference/     # REST, GraphQL, SDK reference\n│   ├── guides/            # Security, testing, deployment, contributing\n│   └── diagrams/          # Architecture diagrams and images\n├── static/                # Docsify theme assets (CSS, JS, images)\n├── index.html             # Docsify entry point\n├── _sidebar.md            # Documentation navigation\n├── Makalu/                # Testnet environment (complete monorepo)\n│   ├── api/               # GraphQL API server (Express + Apollo)\n│   ├── contracts/         # Smart contracts (LITHO, LEP100, WLITHO)\n│   ├── indexer/           # Blockchain event indexer\n│   ├── web/               # Next.js 14 frontend\n│   ├── packages/          # Shared packages (blockchain-core, docs)\n│   ├── clusters/          # Kubernetes configs (devnet, staging, mainnet)\n│   ├── infra/             # Infrastructure as Code \u0026 monitoring\n│   └── docs/              # Architecture ADRs \u0026 governance\n└── .github/               # CI/CD workflows\n```\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js \u003e= 20.0.0\n- pnpm \u003e= 9.0.0\n\n### Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/KaJLabs/lithosphere.git\ncd lithosphere\n\n# Install dependencies\ncd Makalu\npnpm install\n\n# Build all packages\npnpm build\n\n# Run development servers\npnpm dev\n```\n\n### Local Documentation Preview\n\n```bash\n# From the repo root\nnpx docsify-cli serve .\n```\n\nThen open [http://localhost:3000](http://localhost:3000) to browse the docs.\n\n### Docker Development\n\n```bash\ncd Makalu\n\n# Start core services\ndocker compose up -d\n\n# Start with monitoring (Prometheus + Grafana)\ndocker compose -f docker-compose.yaml -f docker-compose.monitoring.yaml up -d\n```\n\n## Technology Stack\n\n| Layer | Technology |\n|-------|-----------|\n| Consensus | LinBFT (Linear-communication BFT) |\n| Smart Contracts | Solidity (EVM-compatible) |\n| Cryptography | MDKM, Ring Signatures, Threshold Signatures |\n| Runtime | Node.js 20, TypeScript |\n| API | Apollo Server (GraphQL) |\n| Frontend | Next.js 14, React 18 |\n| Infrastructure | Kubernetes, ArgoCD, Terraform |\n| Observability | Prometheus, Grafana, Loki |\n\n## Community\n\n- [litho.ai](https://litho.ai/)\n- [ecosystem.litho.ai](https://ecosystem.litho.ai)\n- [KaJLabs.org](https://kajlabs.org)\n- [Whitepaper](https://whitepaper.litho.ai)\n\n## Contributing\n\nWe welcome contributions! See the [Contributing Guide](docs/guides/contributing.md) for details.\n\n## License\n\nSee LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkajlabs%2Flithosphere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkajlabs%2Flithosphere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkajlabs%2Flithosphere/lists"}