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.

65,000 TPS
Sub-cent fees
EVM Compatible
BNB Native
65,000
TPS
400ms
Finality
$0.001
Avg Cost
100%
EVM Compatible

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.

ERC-20 Token Standard
ERC-721 NFT Standard
ERC-1155 Multi-Token
EIP-1559 Fee Market
EIP-2930 Access Lists
MetaMask Integration
Web3.js & Ethers.js
Hardhat & Truffle
Remix IDE Support
OpenZeppelin Libraries

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
4,333x
Faster than Ethereum
100,000x
Cheaper than Ethereum
11,200x
More energy efficient

🚀 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

Chain ID
16979
Network
BSSC Testnet
Currency
BNB

Block Explorer

View real-time blocks, transactions, and network statistics. Includes a built-in faucet for free testnet BNB!

Open Explorer

RPC Endpoint

Connect your MetaMask or Web3.js apps to our live RPC server. Full Ethereum JSON-RPC compatibility.

https://bssc-rpc.bssc.dev
Test RPC

How to Test BSSC

1

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
2

Connect MetaMask

Add BSSC testnet to MetaMask and connect your wallet to start testing.

Network Name: BSSC Testnet
RPC URL: https://bssc-rpc.bssc.dev
Chain ID: 16979
Currency: BNB
Get MetaMask
3

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.

1

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
2

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
3

Build BSSC

Compile the BSSC blockchain node and tools

./cargo build
4

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.

65,000 TPS performance
Sub-cent transaction fees
400ms finality time
Full EVM compatibility
BNB as native gas token
MetaMask integration
Hardhat & Truffle support
Web3.js compatibility

Ready to Build the Future?

Join thousands of developers building the next generation of decentralized applications on BSSC.