https://github.com/brson/rust-contract-comparison
https://github.com/brson/rust-contract-comparison
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brson/rust-contract-comparison
- Owner: brson
- Created: 2020-11-11T04:08:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T21:15:57.000Z (over 5 years ago)
- Last Synced: 2025-04-01T23:14:23.574Z (about 1 year ago)
- Language: JavaScript
- Size: 891 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]