区块链部署多种soldlity语言智能合约常见的问题

xiaoxiao2021-02-28  67

在阅读<区块链技术指南>一书中,按照教程操作遇到些障碍,从网上学习一些其它一些区块链教程中也出现一些问题,现归纳如下

有点乱

1 bitcoin-testnet-box配置要用ubuntu16.04的系统,更新一下yum,直接从官方下载docker,然后用daocloud的加速器地址再下载2 geth.ipc进程通信接口

geth attach \\.\pipe\geth.ipc

3 trufflemodule未定义解决方案 把truffle.js删除,只需保留truffle-config.js文件 4 web3provider启动testnet连接IPC接口 geth --networkid 123456 --rpc --rpcaddr="0.0.0.0" --rpccorsdomain "*" --nodiscover  geth --identity "PICCetherum" --rpc --rpccorsdomain "*" --datadir "
转载请注明原文地址: https://www.6miu.com/read-2250326.html

最新回复(0)