前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,真的忍不住要分享一下给大家。点击跳转到网站。
- 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 buildpack-deps:jessie-curl
RUN mkdir /data
RUN wget -P /usr/local/bin/ https://github.com/binance-chain/bsc/releases/do