
Blockchain
钱国正
做了10多年的嵌入式Linux开发,熟悉linux网络等
展开
-
IPFS 是什么?
IPFS 全称 IPFS 英文全称: InterPlanetary File System , 翻译: 星际文件系统 技术基础 基于Git, BitTorrent, Kademlia, SFS 和Web, 他就像是一群bittorrent, 交换git对象。IPFS提供http接口操作,你也可以挂载文件系统/ipfs. Git - Linus发明的分布式源码管理工具 BitTorrent...原创 2018-04-24 17:03:52 · 1646 阅读 · 0 评论 -
利用go-ethereum创建自己的以太坊账户
转载请注明出处 本人首发在github上 http://blog.hiweeds.net 最近两天一直搜索哪里有开源的Go实现的Ethereum的钱包,但是发现其实那么多的开源项目并没有 符合我想看的,兜兜转转,还是看了go-ethereum的源码,然后在stackoverflow上看到了下面的 实现,值得一试。 package main import "github.com/ethere...原创 2018-05-30 16:09:33 · 3046 阅读 · 0 评论