An open API service indexing awesome lists of open source software.

https://github.com/brson/rust-contract-comparison


https://github.com/brson/rust-contract-comparison

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# A comparison of Rust smart contract platforms

## Platforms

These are the blockchains I'm most interested in running Rust on at the moment.

- NEAR - WASM, sharded
- Polkadot / Substrate - WASM, sharded
- Nervos - RISC-V
- Solana - eBPF, high throughput
- Secret Network - WASM, SGX
- Ethereum 2 - WASM, sharded
- Ethereum 1 - EVM, no Rust backend yet

## Contract description

## The contracts

- [NEAR][ct-near]
- [Polkadot][ct-polkadot]
- ... more to come

## Comparison

A table comparing features of Rust smart contract platforms:

> [www/index.html]