
智能合约
long085
这个作者很懒,什么都没留下…
展开
-
搭建windows下私有网络的以太坊钱包环境,发布智能合约以及挖矿
1.安装 geth 客户端、下载Ethereum Wallet geth下载网址链接:https://ethfans.org/wikis/Ethereum-Geth-Mirror Ethereum Wallet下载链接:https://github.com/ethereum/mist/releases/2.创建创世区块:genesis.json{ "nonce": "0x00000...原创 2018-05-18 12:25:07 · 843 阅读 · 0 评论 -
如何使用 web3j 命令行生成智能合约的java代码
1.先去官方下载一个命令行工具 https://github.com/web3j/web3j/releases 2.找到 web3j 的 bin 目录文件执行 solcjs xx.sol --bin --abi --optmize -o ./ web3j solidity generate --javaTypes xx.bin xx.abi -o ./ -p com.test ...原创 2018-08-04 12:10:25 · 1684 阅读 · 0 评论