Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Write WebAssembly smart contracts for Wavelet in Rust.

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)