Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perlin-network/smart-contract-rs
Write WebAssembly smart contracts for Wavelet in Rust.
https://github.com/perlin-network/smart-contract-rs
blockchain dapp p2p rust smart-contracts wavelet webassembly
Last synced: 7 days ago
JSON representation
Write WebAssembly smart contracts for Wavelet in Rust.
- Host: GitHub
- URL: https://github.com/perlin-network/smart-contract-rs
- Owner: perlin-network
- Created: 2018-09-26T15:19:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T14:37:41.000Z (about 5 years ago)
- Last Synced: 2024-10-13T15:44:20.372Z (about 1 month ago)
- Topics: blockchain, dapp, p2p, rust, smart-contracts, wavelet, webassembly
- Language: Rust
- Homepage: https://wavelet.perlin.net/docs/smart-contracts
- Size: 89.8 KB
- Stars: 65
- Watchers: 16
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smart-contract-rs
[![Discord Chat](https://img.shields.io/discord/458332417909063682.svg)](https://discord.gg/dMYfDPM)
[![crates.io](https://img.shields.io/crates/v/smart-contract.svg)](https://crates.io/crates/smart-contract)Write decentralized applications for Wavelet in Rust.
## Usage
`cargo build --release --target=wasm32-unknown-unknown`
## Tutorials
- [Build A Decentralized Chat Using JavaScript & Rust (WebAssembly)](https://medium.com/perlin-network/build-a-decentralized-chat-using-javascript-rust-webassembly-c775f8484b52)
- [Build a Decentralized Todo App Using Vue.js & Rust (WebAssembly) via Wavelet](https://medium.com/@jjmace01/build-a-decentralized-todo-app-using-vue-js-rust-webassembly-5381a1895beb)