項(xiàng)目源碼地址:https://gitee.com/Zifasdfa/blockchain-demo
筆記地址:https://editor.csdn.net/md/?articleId=131150613
歡迎star和點(diǎn)贊
筆記地址:https://editor.csdn.net/md/?articleId=131150613
歡迎star和點(diǎn)贊
2023-06-13
課程源碼:https://github.com/hexbo/go-blockchain-demo
有幫助歡迎star
有幫助歡迎star
2022-07-22
blockData = strconv.FormatInt(block.Index, 10) + strconv.FormatInt(block.Timestamp, 10) + string(block.PrevBlockHash) + string(block.Data)
2020-02-24