Skip to content

SebastianBran/Sum-Transaction-Processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUM TRANSACTION PROCESSOR

Description

This is a Sawtooth transaction processor that implements a simple "sum" transaction family.

Pre-requisites

  • Python 3
  • Sawtooth-sdk
  • Node.js
  • Docker
  • Docker-compose

Usage

1. Run sawtooth test node

docker compose -f sawtooth-default.yaml up

2. Run transaction processor

cd processor
python3 main.py

3. Run client

cd rest-api
sudo npm install # with sudo if necessary
node index.js

About

Simple sum transaction processor for hyperledger sawtooth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published