LXON is a sovereign, quantum-resistant, AI-native cryptocurrency platform with advanced blockchain technology, smart contracts, and multi-sig governance.
- 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
- LXON token (ERC20 + governance + storage rent)
- Staking and revenue distribution
- Hardhat-based development and testing
- 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
- Common TypeScript types and utilities
- Zod-based validation schemas
- Helios-specific TypeScript types
- Card number generation and validation
- Tap-to-pay payload builders
- Zod validation schemas
- Node.js 20+
- pnpm 9+
- Foundry (for Helios contracts)
cd /Users/adikamble/LXON/LXON
pnpm install# 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- API Documentation
- Architecture
- Security Design
- Whitepaper
- Helios Integration Guide
- Helios Premium Guide
- Helios README
MIT