whisper简介
摘要:# 以太坊系列之二十 以太坊中的基础应用whisper
- [以太坊系列之二十 以太坊中的基础应用whisper](#%E4%BB%A5%E5%A4%AA%E5%9D%8A%E7%B3%BB%E5%88%97%E4%B9%8B%E4%BA%8C%E5%8D%81-%E4%BB%A5%E5%A4%AA%E5%9D%8A%E4%B8%AD%E7%9A%84%E5%9F%BA%E7%A1%80%E5%B...
阅读全文
posted @
2017-11-26 12:14
baizx
阅读(5620)
推荐(1) 编辑
p2p_server
摘要:# 以太坊系列之十九 对p2p模块server的理解 ```go
type transport interface { // The two handshakes. doEncHandshake(prv *ecdsa.PrivateKey, dialDest *discover.Node) (discover.NodeID, error) doProtoHandshake(our *pro...
阅读全文
posted @
2017-11-26 10:06
baizx
阅读(1028)
推荐(0) 编辑