fabric_contract_macros

Crates.iofabric_contract_macros
lib.rsfabric_contract_macros
version0.1.4
sourcesrc
created_at2020-08-03 16:30:49.70535
updated_at2020-09-17 13:01:00.227895
descriptionHyperledger Fabric Contract API in Rust
homepage
repositoryhttps://github.com/hyperledgendary/fabric-contract-api-rust
max_upload_size
id272571
size13,544
Matthew B White (mbwhite)

documentation

https://hyperledgendary.github.io/fabric-contract-api-rust/

README

fabric_contract_macros

This is the the macros crate for...

Fabric Rust Contract-API

"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

Check the API Documentation for fabric_contract

Full Documentation

Commit count: 69

cargo fmt