Developer Portal & API Docs

Build the future on LUXBIN - The gasless Layer 1 blockchain

⛓️ LUXBIN Chain Information

Network Details

Chain Name

LUXBIN

Network Type

Gasless Layer 1 (Substrate)

Consensus

Aura + GRANDPA

Block Time

~6 seconds

Token Information

Token Symbol

LUX

Total Supply

1,000,000,000 LUX

Decimals

18

Gas Fees

ZERO (100% Free)

🔗 RPC Endpoints

WebSocket RPC

ws://localhost:9944

HTTP RPC

http://localhost:9944

💡 All transactions on LUXBIN are completely free - zero gas fees!

⚛️

Quantum Secured

Diamond NV center quantum computing integration

🌱

99% Energy Reduction

vs Bitcoin - sustainable quantum computing

🌈

Light Language

Photonic communication protocol

📜 Smart Contracts & Pallets

Substrate Pallets (LUXBIN Chain)

System Pallet

Core blockchain functionality

Active
frame_system
Balances Pallet

LUX token transfers & management

Active
pallet_balances
Immune System Pallet

Biological security patterns & threat detection

Active
pallet_immune_system

EVM Contracts (Base Network)

LUX Token (ERC-20)

LUXBIN native token on Base network

0x66b4627B4Dd73228D24f24E844B6094091875169
Deployed

Network

Base

Standard

ERC-20

View on BaseScan →
ERC-4337 EntryPoint

Account abstraction entry point for smart wallets

0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789
Deployed

Network

Base

Standard

ERC-4337

View on BaseScan →

Contract Templates

SimpleToken Template

ERC-20 token template with customizable name, symbol & supply

Template

Features: transfer, approve, balanceOf, allowance

SimpleNFT Template

ERC-721 NFT template with minting & metadata

Template

Features: mint, ownerOf, tokenURI, transferFrom

🚀 Quick Start

1. Connect to LUXBIN

Connect to the LUXBIN RPC endpoint:

ws://localhost:9944

2. Install SDK

Install Polkadot.js API:

npm install @polkadot/api

📝 Build Your First dApp

1

Clone LUXBIN Chain

git clone https://github.com/mermaidnicheboutique-code/luxbin-chain.git
2

Build the Runtime

cargo build --release -p solochain-template-runtime
3

Create Your Pallet

Add your custom pallet in substrate/frame/your-pallet/

4

Deploy to LUXBIN

Run the node and interact via Polkadot.js Apps - ZERO GAS FEES!

📦 SDK Libraries

JavaScript/TypeScript

npm install @polkadot/apiView Docs →

Rust

subxt = "0.35"View Docs →

Python

pip install substrate-interfaceView Docs →

🛠️ Development Tools

Polkadot.js Apps

Web-based block explorer and wallet interface

Launch Explorer →

Substrate Docs

Official Substrate framework documentation

View Docs →

Rust Toolchain

Install Rust and Substrate dependencies

Installation Guide →

Need Help?

Our developer community is here to support you

💬

Discord

Join our developer community

📧

Email Support

Get technical assistance

Contact Us →
🐙

GitHub

Report issues and contribute

Open Issue →