Crates.io | fabric_contract_macros |
lib.rs | fabric_contract_macros |
version | 0.1.4 |
source | src |
created_at | 2020-08-03 16:30:49.70535 |
updated_at | 2020-09-17 13:01:00.227895 |
description | Hyperledger Fabric Contract API in Rust |
homepage | |
repository | https://github.com/hyperledgendary/fabric-contract-api-rust |
max_upload_size | |
id | 272571 |
size | 13,544 |
This is the the macros 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