Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Justin02180218/blockchain_rust
本系列是用Rust实现简单的区块链,包括区块和区块链,工作量证明,交易和UTXO集合,持久化,钱包及用rust-libp2p实现的点对点分布式网络。
https://github.com/Justin02180218/blockchain_rust
Last synced: about 1 month ago
JSON representation
本系列是用Rust实现简单的区块链,包括区块和区块链,工作量证明,交易和UTXO集合,持久化,钱包及用rust-libp2p实现的点对点分布式网络。
- Host: GitHub
- URL: https://github.com/Justin02180218/blockchain_rust
- Owner: Justin02180218
- Created: 2022-04-19T06:58:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T08:08:38.000Z (over 2 years ago)
- Last Synced: 2024-08-03T23:24:04.393Z (5 months ago)
- Language: Rust
- Size: 62.5 KB
- Stars: 65
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- build-your-own-x-zh - **Rust**: 用 Rust 实现区块链
README
# blockchain_rust
本系列是用Rust实现简单的区块链,包括区块和区块链,工作量证明,交易和UTXO集合,持久化,钱包及用rust-libp2p实现的点对点分布式网络。一,[用Rust实现区块链 - 1 区块和区块链](https://mp.weixin.qq.com/s?__biz=Mzg5MjA1ODYzNg==&mid=2247484460&idx=1&sn=b79b1051f40db383a2d2feb568cb3fe8&chksm=cfc2a94ff8b52059b2402785330133ce6a6734a3abcd3343c08154716acca5eb8369a4f4cd12&token=1912223334&lang=zh_CN#rd)
二,[用Rust实现区块链 - 2 工作量证明(PoW)](https://mp.weixin.qq.com/s?__biz=Mzg5MjA1ODYzNg==&mid=2247484469&idx=1&sn=c722722580f9838b9136cf3ac6611c8e&chksm=cfc2a956f8b520405e0aa11fc1484d3b676f6f9b19cb536165e7fb0602d4db03f63167dcf59b&token=1151139300&lang=zh_CN#rd)
三,[用Rust实现区块链 - 3 持久化](https://mp.weixin.qq.com/s?__biz=Mzg5MjA1ODYzNg==&mid=2247484477&idx=1&sn=cf1789dcbc1a7ca9381539e36314a2e9&chksm=cfc2a95ef8b52048027a6466c097f5954815a50e29ba0a22687fc6f218a552378e963ff6a9a2&token=1609755589&lang=zh_CN#rd)
四,[用Rust实现区块链 - 4 交易与UTXO集合](https://mp.weixin.qq.com/s?__biz=Mzg5MjA1ODYzNg==&mid=2247484487&idx=1&sn=01802f8dc60ac7dd1924888937b65d50&chksm=cfc2a924f8b520326a25718a2b97e24aac25355578ab727ae5fd6e907030ec39cc434cb90752&token=1933715555&lang=zh_CN#rd)
五,[用Rust实现区块链 - 5 钱包](https://mp.weixin.qq.com/s?__biz=Mzg5MjA1ODYzNg==&mid=2247484495&idx=1&sn=4eea98f046a92bb9e87163bab44aff68&chksm=cfc2a92cf8b5203af27a527d01f1cf699d77089a3ad2e7082fc7e707ae2885e96a611a8069f8&token=391513474&lang=zh_CN#rd)
六,[用Rust实现区块链 - 6 点对点网络(P2P)](https://mp.weixin.qq.com/s?__biz=Mzg5MjA1ODYzNg==&mid=2247484503&idx=1&sn=82427d27153bce04488b95878e7584f0&chksm=cfc2a934f8b5202274556e6ea3294b48dc8ee5075f559fce65f7ce91d9a2619e70a915252d20&token=2032429111&lang=zh_CN#rd)
### 代码详解,请关注微信公众号:coding到灯火阑珊
![Image](https://github.com/Justin02180218/distribute-election-bully/blob/master/qrcode_for_gh_8a5b7b90c100_258.jpg)