Skip to content

WiDayn/blockchain-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain-cpp

一个由C++实现的简单区块链

背景

大一下的专业前沿课题选了区块链,遂尝试自己实现

参考资料(使用库)

https://www.boost.org/users/history/version_1_78_0.html

https://github.com/rxi/ini

https://github.com/openssl/openssl

https://github.com/CryptoKass/NoobChain-Tutorial-Part-1

https://github.com/CryptoKass/NoobChain-Tutorial-Part-2

https://wiki.openssl.org/index.php/EVP_Signing_and_Verifying

https://stackoverflow.com/questions/56954187/using-only-1-evp-pkey-while-generating-ec-keys-using-openssl-1-1

Next

  • 实现网络部分功能,节点之间的区块同步
  • 将钱包与矿工隔离,制成客户端
  • 增加更多功能,如查询交易记录,当前钱包金额

About

一个由C++实现的简单区块链

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors