Skip to content
@luxfi

Decentralized network of blockchains designed for privacy and quantum security.

Lux Network 🌐

Multi-consensus blockchain with post-quantum security

Lux is a high-performance blockchain platform featuring novel consensus mechanisms, post-quantum cryptography, and seamless cross-chain interoperability.

🏗️ Architecture

┌─────────────────────────────────────────────────────────────────┐
│                      Lux Network                                │
├─────────────────────────────────────────────────────────────────┤
│  ┌─────────────┬─────────────┬─────────────┬─────────────┐      │
│  │   X-Chain   │   P-Chain   │   C-Chain   │  Subnets    │      │
│  │   (DAG)     │  (Platform) │    (EVM)    │  (Custom)   │      │
│  └─────────────┴─────────────┴─────────────┴─────────────┘      │
│                              │                                   │
│  ┌───────────────────────────────────────────────────────┐      │
│  │              Snow Consensus Family                     │      │
│  │  Snowball • Snowflake • Avalanche • Frosty            │      │
│  └───────────────────────────────────────────────────────┘      │
│                              │                                   │
│  ┌───────────────────────────────────────────────────────┐      │
│  │           Post-Quantum Cryptography                    │      │
│  │  Lattice-based signatures • FHE • Threshold MPC       │      │
│  └───────────────────────────────────────────────────────┘      │
└─────────────────────────────────────────────────────────────────┘

📦 Core Repositories

Blockchain Infrastructure

Repository Description Language
node Lux node implementation Go
coreth C-Chain EVM implementation Go
subnet-evm Subnet EVM framework Go
cli Command-line interface Go
netrunner Network testing tool Go

Cryptography & Security

Repository Description Language
fhe Fully Homomorphic Encryption Go
lattice Lattice cryptography Go
torus FHE compiler & runtime Python/C++
torus-ml ML on encrypted data Python
fhe-compiler LLVM FHE compiler C++

SDKs & Tools

Repository Description Language
sdk Multi-language SDK Go/TS/Py
wallet HD wallet implementation Go/TS
bridge Cross-chain bridge Go
explorer Block explorer TypeScript

🔐 FHE Ecosystem

Lux provides the most comprehensive FHE stack:

Component Purpose Repo
Core FHE operations luxfi/fhe
Lattice Cryptographic primitives luxfi/lattice
Torus Python/C++ compiler luxfi/torus
Torus-ML Encrypted ML luxfi/torus-ml
LLVM Compiler Multi-language luxfi/fhe-compiler

Documentation & Examples: github.com/luxfhe

🚀 Quick Start

Run a Node

# Install CLI
go install github.com/luxfi/cli@latest

# Create local network
lux network start

# Deploy subnet
lux subnet create mysubnet
lux subnet deploy mysubnet

Use FHE

import "github.com/luxfi/fhe"

client, _ := fhe.NewClient()
encrypted := client.Encrypt(42)
// Compute on encrypted data...

🔗 Related Organizations

Organization Focus Link
Lux Network Blockchain infrastructure github.com/luxfi
Lux FHE FHE docs & examples github.com/luxfhe
Lux C++ C++ implementations github.com/luxcpp
Hanzo AI AI infrastructure github.com/hanzoai
Zen LM Frontier models github.com/zenlm

📚 Resources

📄 License

Apache 2.0 - See individual repositories for details.


Built by the Lux team in collaboration with Hanzo AI

Pinned Loading

  1. bank bank Public

    ▼ Banking as a Service Platform (BaaS). Powering next-gen Open Source and Transparent banks.

    TypeScript 8 5

  2. consensus consensus Public

    Quasar consensus engine: Go implementations of consensus protocols for the Lux Network.

    Go

  3. crypto crypto Public

    Core cryptographic primitives for Lux: high-performance hash functions (SHA-2/3), symmetric ciphers, ECDSA & BLS signatures, HKDF key derivation, and lattice-based post-quantum schemes.

    C 1

  4. node node Public

    ▼ LUX is a high performance network of blockchains focused on quantum safety and privacy.

    Go 9 6

  5. teleport teleport Public

    ▼ Teleport reference implementation zero knowledge MPC bridge.

    TypeScript 10 6

  6. threshold threshold Public

    ▼ LUX multiparty CGGMP21, FROST, LSS protocol and other threshold signature schemes.

    Go 3 2

Repositories

Showing 10 of 270 repositories

Top languages

Loading…

Most used topics

Loading…