Skip to content

Latest commit

 

History

150 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LXON Blockchain - Quantum-Resistant AI-Native Cryptocurrency

Version License Status Security

LXON is a sovereign, quantum-resistant, AI-native cryptocurrency platform with advanced blockchain technology, smart contracts, and multi-sig governance.

Architecture

Blockchain Engine (apps/lxon-blockchain)

  • Block-STM optimistic parallel execution engine
  • MonadDB asynchronous trie storage engine
  • RISCV zkVM prover stack with recursive SNARK compression
  • MonadBFT consensus with Narwhal mempool
  • WASM hotswap runtime
  • Oracle price feeds
  • Token execution engine with staking and governance

Smart Contracts (apps/contracts)

  • LXON token (ERC20 + governance + storage rent)
  • Staking and revenue distribution
  • Hardhat-based development and testing

Helios Physical-Bound Tokens (apps/contracts-helios)

  • ERC721 NFTs bound to NFC chip public keys
  • Token Bound Accounts (ERC-6551) for premium coins
  • Amex-style card registry with Luhn checksum
  • Tap-to-pay via chip-signed transactions
  • Founder-gated lifecycle: activate, freeze, deactivate
  • Foundry-based development and testing

Shared Types (packages/shared)

  • Common TypeScript types and utilities
  • Zod-based validation schemas

Helios Types (packages/helios-types)

  • Helios-specific TypeScript types
  • Card number generation and validation
  • Tap-to-pay payload builders
  • Zod validation schemas

Quick Start

Prerequisites

  • Node.js 20+
  • pnpm 9+
  • Foundry (for Helios contracts)

Installation

cd /Users/adikamble/LXON/LXON
pnpm install

Usage

# Run blockchain performance benchmarks
pnpm demo

# Build all packages
pnpm build

# Compile Hardhat smart contracts
pnpm build:contracts

# Compile Helios Foundry contracts
pnpm build:contracts-helios

# Run blockchain tests
pnpm test:blockchain

# Run Hardhat contract tests
pnpm test:contracts

# Run Helios Foundry tests
pnpm test:contracts-helios

# Run CLI with help
pnpm cli

Documentation

License

MIT

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages