Link to Github project: HyperledgerSawtooth-cpp-client
Introduction
Hyperledger Sawtooth is
an enterprise blockchain platform for building distributed ledger applications and networks.
Hyperledger Sawtooth
What is the HyperledgerSawtooth-cpp-client project about?
This program aims to demonstrate that it is possible to run a client application in C++ for Hyperledger Sawtooth blockchain.
How does it work?
The steps of the program are:
- init transaction
- build transaction (using protobuf) & sign transaction (secp256k1)
- push_transaction
After a quick profiling of the program with valdgrind you’d get:

Leave a Reply