smart-contract 0.0.1

Write smart contracts for Wavelet in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"

[package]
authors = ["losfair <zhy20000919@hotmail.com>"]
description = "Write smart contracts for Wavelet in Rust."
license = "MIT"
name = "smart-contract"
repository = "https://github.com/perlin-network/smart-contract-rs"
version = "0.0.1"