DeggetLoveCrypto / smart-chain-binary

binaries and files for binance smart chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0