區塊鏈 原理實現 Go

前言:app  簡單原理代碼描述區塊鏈 core: 塊、 區塊實現 main: example 運行優化 BlockMain 執行目錄:code package main import "Chains/core" func main() { sc := core.NewBlockChain() sc.SendData("send 1 btc to jacky") sc.SendData(
相關文章
相關標籤/搜索