Skip to content

blockchain node script using the Hyperledger Fabric framework in Rust

Notifications You must be signed in to change notification settings

WertheimCO/blockchain-node-script-hyperledger-fabric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

blockchain-node-script-hyperledger-fabric

blockchain node script using the Hyperledger Fabric framework in Rust

This script initializes a client object using the default configuration files, loads a user identity from a file, creates a channel object and loads the channel configuration, installs and instantiates a chaincode on the channel, invokes a transaction on the chaincode, and queries the chaincode for a key-value pair. Note that this script assumes that the Fabric network and chaincode are already set up and running, and that the necessary configuration files, channel artifacts, and chaincode files are available on the local filesystem.

About

blockchain node script using the Hyperledger Fabric framework in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages