Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 493 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 493 Bytes

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