Binance Super
Smart Chain
Solana's proven performance meets BNB as the native gas token. Experience 65,000 TPS with sub-cent fees and full EVM compatibility.
Why Choose BSSC?
BSSC combines the best of both worlds: Solana's performance and BSC's ecosystem compatibility.
Lightning Fast
65,000 transactions per second with 400ms finality, powered by Solana's proven architecture.
Ultra Low Cost
Sub-cent transaction fees with BNB as the native gas token, making DeFi accessible to everyone.
EVM Compatible
Full Ethereum Virtual Machine compatibility. Deploy existing smart contracts without modification.
Developer Friendly
Use familiar tools like MetaMask, Remix, Hardhat, and Web3.js with zero learning curve.
Scalable Architecture
Built on Solana's battle-tested infrastructure with horizontal scaling capabilities.
Decentralized Security
Validator consensus mechanism with merkle proof verification and emergency controls.
Full Ethereum Ecosystem Compatibility
BSSC supports all major Ethereum standards and development tools, making migration seamless.
Performance Comparison
BSSC delivers massive improvements across all key blockchain metrics compared to existing networks.
Transactions Per Second
Finality Time (seconds)
Average Transaction Cost ($)
Energy Consumption (TWh/year)
Detailed Performance Metrics
Metric | Ethereum | BSC | BSSC | Improvement |
---|---|---|---|---|
Transactions Per Second | ~15 | ~160 | 65,000 | 4,333x over ETH |
Finality Time | 15 minutes | 3 seconds | 400ms | 2,250x over ETH |
Transaction Cost | $10-100+ | $0.01-0.1 | $0.0001-0.001 | 100,000x over ETH |
Energy Consumption | 112 TWh/year | 1.4 TWh/year | 0.01 TWh/year | 11,200x over ETH |
🚀 Live Testnet
Our BSSC testnet is live and running 24/7! Test your dApps, explore blocks, and get free testnet BNB.
Testnet Status: LIVE ✅
Validator running on 65,000 TPS Solana infrastructure with BNB as gas token
Block Explorer
View real-time blocks, transactions, and network statistics. Includes a built-in faucet for free testnet BNB!
Open ExplorerRPC Endpoint
Connect your MetaMask or Web3.js apps to our live RPC server. Full Ethereum JSON-RPC compatibility.
https://bssc-rpc.bssc.dev
How to Test BSSC
Get Testnet BNB
Visit the Block Explorer and use the built-in faucet to get 3 free testnet BNB per day.
- ✓Supports Solana and Ethereum wallet formats
- ✓3 BNB per address per 24 hours
- ✓Instant delivery to your wallet
Connect MetaMask
Add BSSC testnet to MetaMask and connect your wallet to start testing.
Deploy & Test
Deploy your smart contracts and test your dApps on the live testnet with real blockchain data.
- ✓Full EVM compatibility
- ✓Sub-cent transaction fees
- ✓65,000 TPS performance
Quick Start for Developers
Web3.js Example
const Web3 = require('web3');
const web3 = new Web3(
'https://bssc-rpc.bssc.dev'
);
// Get latest block
const block = await web3.eth.getBlockNumber();
console.log('Current block:', block);
MetaMask Connection
await window.ethereum.request({
method: 'wallet_addEthereumChain',
params: [{
chainId: '0x4253',
chainName: 'BSSC Testnet',
rpcUrls: ['https://bssc-rpc.bssc.dev'],
nativeCurrency: {
name: 'BNB',
symbol: 'BNB',
decimals: 18
}
}]
});
Ready to Start Testing?
Jump into the live testnet and experience 65,000 TPS with sub-cent fees!
Getting Started with BSSC
Set up your development environment and start building on BSSC in minutes.
Installation
Follow these steps to install and build BSSC from source.
Install Rust
BSSC is built with Rust for maximum performance
curl https://sh.rustup.rs -sSf | sh source $HOME/.cargo/env rustup component add rustfmt
Clone Repository
Get the BSSC source code from GitHub
git clone https://github.com/BSSCEVM/Bsc-Super-Smart-Chain.git cd Binance-Super-Smart-Chain
Build BSSC
Compile the BSSC blockchain node and tools
./cargo build
Run Tests
Verify your build with the test suite
./cargo test
Quick Start Commands
Essential commands to get started with BSSC development.
Start Local Testnet
Launch a local BSSC testnet for development
./multinode-demo/setup.sh ./multinode-demo/faucet.sh ./multinode-demo/validator.sh
Get Test BNB
Request test BNB from the faucet
bssc airdrop 1000
Check Balance
View your BNB balance
bssc balance
Create Account
Generate a new BSSC account
bssc-keygen new --outfile ~/my-bssc-wallet.json
What You Get
BSSC provides enterprise-grade performance with familiar Ethereum tooling.
Ready to Build the Future?
Join thousands of developers building the next generation of decentralized applications on BSSC.