The software and related documentation are under active development, all subject to potential future change without notification and not ready for production use. The code and security audit have not been fully completed and not ready for any bug bounty.
Binance Smart Chain(BSC) brings the interoperability and programmability of the Ethereum Virtual Machine (EVM) to Binance Chain. While Binance DEX will remain as the major liquidity pool, BSC envisions a rich dApp ecosystem running on it and having tokens flow between two chains, with relatively lower transaction fees and faster confirmation time.
Rialto Network🚀 is the first try to run in parallel with a new Binance Chain Testnet (Chain-id: Binance-Chain-Kongo) providing the concrete inter-communication capability. To join the previous testnet, please go to this page
To learn how to run a fullnode and use command line interface:
The new version of Binance Chain binaries have the following new features:
We host prebuilt binaries over at our repositories.
or you can build from source code:
git clone -b v1.9.13-alpha.0 https://github.com/binance-chain/bsc
# Enter the folder bsc was cloned into
cd bsc
# Comile and install bsc
make geth
To learn about how to use bsc-relayer, read the guide here
You also need to have genesis.json and config.toml
We host prebuilt binaries over at our repositories.
or you can build from source code:
git clone -b v1.0.0-alpha.0 https://github.com/binance-chain/bsc-relayer
# Enter the folder bsc was cloned into
cd bsc-relayer
# Comile and install bsc
make build
To learn about how to use bsc-relayer, read the guide here