Hyperledger Sawtooth Cpp Client

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:

  1. init transaction
  2. build transaction (using protobuf) & sign transaction (secp256k1)
  3. push_transaction

After a quick profiling of the program with valdgrind you’d get:

profiling valdring Sawtooth
Valdgrind profiling of the app


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *