去中心化应用程序(DApp)开发平台,用户和开发人员能够使用Ontology、SmartX(IDE)、Explorer组成的镜像开发/编译/部署/调用智能合约。
311
docker pull weixudong/ont_dev_platform:latest docker run -d --name ont_dev_platform -e HOST_IP=40.121.6.32 -e MYSQL_PASSWD=367weixudong -e WALLET_PASSWD=12345678 -p 3306:3306 -p 80:80 -p 8080:8080 -p 8000:8000 weixudong/ont_dev_platform:latest
HOST_IP:宿主机外网可访问ip MYSQL_PASSWD:mysql 管理员密码(这里用户为ontology) WALLET_PASSWD:钱包密码 3306:mysql端口 80:smartx前端端口 8080:smartx后端端口 8000:浏览器端口
Content type
Image
Digest
Size
1.7 GB
Last updated
about 8 years ago
docker pull weixudong/ont_dev_platform