Lv.的博客
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 190 下一页
摘要: geth –datadir “./ethdev” –nodiscover console 2>>geth.log //geth 进入控制台 –datadir 指定链的目录 与公有链区分开 进入命令行模式,其中参数 –datadir 代表文件夹地址, –nodiscover 代表该链条不希望被其他节点 阅读全文
posted @ 2019-07-18 11:01 Avatarx 阅读(3198) 评论(0) 推荐(0) 编辑
摘要: 以太坊geth区块链私链建立 geth的github https://github.com/ethereum/go-ethereum 下载最新(1.8)的geth,windows下安装很简单 关于私链在geth的github wiki上private network一章有指南,下面进行部分翻译和整合 阅读全文
posted @ 2019-07-18 10:31 Avatarx 阅读(730) 评论(0) 推荐(0) 编辑
摘要: 网上查了一下资料,原来是需要 python-software-properties 于是 apt-get install python-software-properties 除此之外还要安装 software-properties-common 于是 apt-get install softwar 阅读全文
posted @ 2019-07-17 16:01 Avatarx 阅读(1961) 评论(0) 推荐(0) 编辑
摘要: Truffle测试框架 2018年06月08日 19:01:19 tianlongtc 阅读数 1000 Truffle测试框架 Truffle测试框架 2018年06月08日 19:01:19 tianlongtc 阅读数 1000 2018年06月08日 19:01:19 tianlongtc 阅读全文
posted @ 2019-07-17 16:00 Avatarx 阅读(693) 评论(0) 推荐(0) 编辑
摘要: 在用truffle编译智能合约时,报错 TypeError: Data location must be "memory" for return parameter in function, but none was given.这是由于solidity 0.5.0版本的更新导致的,只需要在addr 阅读全文
posted @ 2019-07-17 15:59 Avatarx 阅读(1578) 评论(0) 推荐(0) 编辑
摘要: 最新内容会更新在主站深入浅出区块链社区 原文链接:搞懂 Solidity 事件 Event - 如何在 DApp 中使用 很多同学对Solidity 中的Event有疑问,这篇文章就来详细的看看Solidity 中Event到底有什么用? 写在前面 Solidity 是以太坊智能合约编程语言,阅读本 阅读全文
posted @ 2019-07-17 15:49 Avatarx 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u014409380/article/details/79897335 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u014409380/artic 阅读全文
posted @ 2019-07-17 15:06 Avatarx 阅读(1726) 评论(0) 推荐(0) 编辑
摘要: 不像你在其他地方看到的纸质合约,以太坊的智能合约是代码组成的,需要你以非常谨慎的态度去对待它。 (这是一件好事,想象下如果现实世界的合同需要编译的话会更清晰么?) 如果我们的合同没有被正确的编码出来, 我们的交易可能会失败,导致以太币的损失(以 gas 的形式),更不用说浪费时间和精力。 幸运的是, 阅读全文
posted @ 2019-07-17 14:20 Avatarx 阅读(749) 评论(0) 推荐(0) 编辑
摘要: I followed the tutorial of quorum with truffle: https://truffleframework.com/tutorials/building-dapps-for-quorum-private-enterprise-blockchains Now I 阅读全文
posted @ 2019-07-17 14:18 Avatarx 阅读(922) 评论(0) 推荐(0) 编辑
摘要: 2018年03月13日 09:20:54 思无邪-machengyu 阅读数 2683 2018年03月13日 09:20:54 思无邪-machengyu 阅读数 2683 版权声明:本文为博主原创文章,转载请务必注明出处,否则追究法律责任 https://blog.csdn.net/pony_m 阅读全文
posted @ 2019-07-17 13:59 Avatarx 阅读(640) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 190 下一页