項目源碼地址:https://gitee.com/Zifasdfa/blockchain-demo
筆記地址:https://editor.csdn.net/md/?articleId=131150613
歡迎star和點贊
筆記地址:https://editor.csdn.net/md/?articleId=131150613
歡迎star和點贊
2023-06-13
blockData = strconv.FormatInt(block.Index, 10) + strconv.FormatInt(block.Timestamp, 10) + string(block.PrevBlockHash) + string(block.Data)
2020-02-24