fabric_contract

Crates.iofabric_contract
lib.rsfabric_contract
version0.1.4
sourcesrc
created_at2020-08-03 16:31:39.091569
updated_at2020-09-17 13:00:35.775034
descriptionHyperledger Fabric Contract API in Rust
homepage
repositoryhttps://github.com/hyperledgendary/fabric-contract-api-rust
max_upload_size
id272574
size72,301
Matthew B White (mbwhite)

documentation

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

README

fabric_contract_macros

This is the the library 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