|
60 | 60 | - [Interledger](https://github.com/interledger-rs/interledger-rs). |
61 | 61 | An easy-to-use, high-performance Interledger implementation written |
62 | 62 | in Rust. |
| 63 | +- [Internet of People](https://github.com/Internet-of-People/iop-rs). |
| 64 | + Decentralized software stack that provides the building blocks and tools to support a decentralized society. |
63 | 65 | - [Libra](https://github.com/libra/libra). |
64 | 66 | Global currency and financial infrastructure that empowers billions |
65 | 67 | of people. |
|
126 | 128 | - [Comit](https://comit.network/) is an open protocol facilitating |
127 | 129 | trustless cross-blockchain applications. |
128 | 130 | - [IBC](https://github.com/informalsystems/ibc-rs). |
129 | | - Rust implementation of the Interblockchain Communication Protocol |
| 131 | + Rust implementation of Cosmos' Interblockchain Communication Protocol |
130 | 132 | (IBC). |
131 | 133 |
|
132 | 134 | ## Virtual Machines |
|
138 | 140 | Parity implementation of EVM. |
139 | 141 | - [Lunatic](https://github.com/lunatic-solutions/lunatic). |
140 | 142 | Erlang-inspired runtime for WebAssembly. |
| 143 | +- [Polygon Miden](https://github.com/maticnetwork/miden). |
| 144 | + SNARK based VM |
141 | 145 | - [SVM](https://github.com/spacemeshos/svm) |
142 | 146 | Spacemesh Virtual Machine. |
143 | 147 | - [Wasmi](https://github.com/paritytech/wasmi). |
|
146 | 150 | A convenient Rust wrapper over WebAssembly backends. |
147 | 151 | - [Wasmtime](https://github.com/CraneStation/wasmtime). |
148 | 152 | Standalone JIT-style runtime for WebAssembly, using Cranelift. |
| 153 | +- [Zinc](https://github.com/matter-labs/zinc). |
| 154 | + Zinc zk smart contract language. |
149 | 155 |
|
150 | 156 | ## General-Purpose Consensus |
151 | 157 | - [Raft](https://github.com/pingcap/raft-rs). |
|
0 commit comments