快照官方[2]:https://docs.binance.org/smart-chain/developer/snapshot.html BSC快照github[3]:https://github.com/binance-chain /bsc-snapshots BSC github地址[4]:https://github.com/binance-chain/bsc/releases ---- 一、下载bsc主网快照数据 安装linux 1642012249 解压bsc主网快照数据 tar zxvf geth.tar.gz 二、下载BSC二进制文件 下载BSC二进制文件 cd /opt/bsc/ wget https://github.com/binance-chain 授予可执行权限 chmod +x geth_linux 三、下载主网配置文件及创世区块文件 下载主网配置文件及创世区块文件 cd /opt/bsc/ wget https://github.com/binance-chain /bsc-snapshots [4] BSC github地址: https://github.com/binance-chain/bsc/releases
Ethereum合约源码: https://github.com/binance-chain/bep3-smartcontracts/tree/master/ethereum/contracts 合约讲解
参考、引用文章 BEP3: https://github.com/binance-chain/BEPs/blob/master/BEP3.md