文章目录
- BSC链github地址:https://github.com/binance-chain/bsc
- 主网浏览器:https://bscscan.com/
- 主网链官方部署文档:https://docs.binance.org/smart-chain/developer/fullnode.html
- 私有链官方部署文档:https://docs.binance.org/smart-chain/developer/deploy/local.html
一. BSC主链镜像生成
- 下载BSC主链基础镜像
docker pull buildpack-deps:jessie-curl
- 编写Dockerfile
# vim Dockerfile
FROM build