Skip to content

astudnev/smart-chain-binary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Smart Chain Binary

Disclaimer

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.

⚠️BSC fullnode and Relayers has mostly stabilized, but we are still making some breaking changes.

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

Install prebuilt bc fullnode and cli

To learn how to run a fullnode and use command line interface:

The new version of Binance Chain binaries have the following new features:

Install bsc fullnode

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

Install bsc-relayer 📦

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

Resrouces

About

binaries and files for binance smart chain

Resources

License

Stars

Watchers

Forks

Packages

No packages published