Crates.io | fabric_contract |
lib.rs | fabric_contract |
version | 0.1.4 |
source | src |
created_at | 2020-08-03 16:31:39.091569 |
updated_at | 2020-09-17 13:00:35.775034 |
description | Hyperledger Fabric Contract API in Rust |
homepage | |
repository | https://github.com/hyperledgendary/fabric-contract-api-rust |
max_upload_size | |
id | 272574 |
size | 72,301 |
This is the the library crate for...
"The Fabric Contract API in rust, with Wasm as the compilation target."
A SmartContract is single crate, containing one or more contract sructs, compiled to a Wasm library. In this repo the basic_contract_rs
is an example. This is a simple asset based contract based on the standard vs code extension examples.
End-to-End Getting Started Guide