Skip to content

Commit 9659132

Browse files
authored
Adding tendermint-rs, ibc-rs and cosmwasm to list
A few more additions of Rust blockchain related projects related to the Cosmos Ecosystem (https://cosmos.network)
1 parent b2483c4 commit 9659132

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- [Shasper](https://github.com/paritytech/shasper) Parity Shasper beacon chain implementation using the Substrate framework;
3434
- [Solana](https://github.com/solana-labs/solana) Blockchain Rebuilt for Scale;
3535
- [Tari](https://github.com/tari-project) The Tari Digital Assets Protocol;
36-
- [Tendermint](https://github.com/tendermint/rust-abci) Though, Tendermint blockchain layer is implemented in Go, they have ABCI interface for Rust;
36+
- [Tendermint](https://github.com/informalsystems/tendermint-rs) Tendermint is a high-performance blockchain consensus engine for Byzantine fault tolerant applications
3737
- [Witnet](https://github.com/witnet/witnet-rust) Open source implementation of Witnet decentralized oracle network protocol in Rust;
3838
- [Zebra](https://github.com/ZcashFoundation/zebra) An ongoing Rust implementation of a Zcash node.
3939
- [Zero-chain](https://github.com/LayerXcom/zero-chain) A privacy-preserving blockchain on Substrate.
@@ -42,12 +42,15 @@
4242
## Blockchain Frameworks
4343
- [Substrate](https://github.com/paritytech/substrate) Substrate: The platform for blockchain innovators;
4444
- [slingshot](https://github.com/stellar/slingshot) A new blockchain architecture under active development, with a strong focus on scalability, privacy and safety.
45+
- [Tendermint ABCI](https://github.com/tendermint/rust-abci) Tendermint ABCI server, written in the Rust programming language.
4546

4647
## Cross-Chain
4748
- [Comit](https://comit.network/) is an open protocol facilitating trustless cross-blockchain applications.
49+
- [IBC](https://github.com/informalsystems/ibc-rs) Rust implementation of the Interblockchain Communication Protocol (IBC).
4850

4951
## Virtual Machines
5052
- [CKB-VM](https://github.com/nervosnetwork/ckb-vm) -- RISC-V virtual machine;
53+
- [CosmWasm](https://www.cosmwasm.com) -- Multi-chain smart contract platform built for the Cosmos ecosystem;
5154
- [EVM Parity](https://github.com/paritytech/parity-ethereum/tree/master/evmbin) -- Parity implementation of EVM;
5255
- [SVM](https://github.com/spacemeshos/svm) -- Spacemesh Virtual Machine;
5356
- [Wasmi](https://github.com/paritytech/wasmi) -- WebAssembly interpreter;

0 commit comments

Comments
 (0)