Skip to content

srderson/hyperledger-fabric-utxo-client-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypereledger Fabric UTXO Chaincode Client

This demo client will read transactions from Bitcoin blocks on the local system and send the transactions to the UTXO example chaincode for processing. It utilizes the gRPC API for communication between the client and Hypereledger Fabric peer.

Instructions

  1. Deploy the UTXO example chaincode

  2. Clone this project

git clone https://github.com/srderson/hyperledger-fabric-utxo-client-java.git
cd hyperledger-fabric-utxo-client-java
  1. Edit the config.properties file in ./src/main/java/com/github/srderson/hyperledger_fabric_utxo_client_java

  2. Build

./gradlew build
  1. Copy the config.properties file ./src/main/java/com/github/srderson/hyperledger_fabric_utxo_client_java/config.properties to ./build/classes/main/com/github/srderson/hyperledger_fabric_utxo_client_java/config.properties

  2. Start the client

./gradlew run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published