toychain:区块链的模拟实现(Simple block chain toy)

时间:2024-05-28 23:51:31
【文件属性】:

文件名称:toychain:区块链的模拟实现(Simple block chain toy)

文件大小:55KB

文件格式:ZIP

更新时间:2024-05-28 23:51:31

Java

toychain,区块链模拟实现 Overview Toychain is a sample block chain toy. 参考此代码会帮助你更好的理解区块链的概念和原理。此外为了更好的体现区块链的概念,代码的实现尽可能的简单明了,忽略了一些编程细节。因此不会保证代码在并发场景下的正确性。如果你有更好的想法欢迎贡献代码。 This code will help you better understand the concept and principle of blockchain. In addition, in order to better embody the concept of blockchain, the implementation of the code is as simple as possible, ignoring some programming deta


【文件预览】:
toychain-master
----pom.xml(2KB)
----mvnw(6KB)
----src()
--------test()
--------main()
----.gitignore(249B)
----.mvn()
--------wrapper()
----README.md(2KB)
----mvnw.cmd(5KB)

网友评论