hyperledger-archives / education

Hyperledger training material
https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
372 stars 360 forks source link

Update Sawtooth TunaChain demo app to 1.0 #28

Closed dplumb94 closed 6 years ago

dplumb94 commented 6 years ago

This PR updates the Sawtooth TunaChain demo app components to use 1.0 SDK.

  1. The TunaChain TP written in JavaScript was replaces with with one that is written in Python. This was done for several reasons:
  1. The TunaChain client was updated to use the 1.0 SDK

  2. A a docker-compose file was added to be specifically used for building and running TunaChain. This obviates the need for any build tools (besides docker and docker-compose) to be installed locally on a user's machine to demo the application