Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit 45e1a24

Browse files
authored
Added note that this application is based on 0.8 of Sawtooth (#21)
* Added note that this application is based on 0.8 of Sawtooth Signed-off-by: Tracy Kuhrt <[email protected]>
1 parent 8067378 commit 45e1a24

File tree

1 file changed

+11
-4
lines changed
  • LFS171x/sawtooth-material/sawtooth-tuna

1 file changed

+11
-4
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
## Hyperledger Sawtooth Sample Application - Hyperledger Sawtooth Tuna Chain
1+
## Hyperledger Sawtooth Sample Application - Hyperledger Sawtooth Tuna Chain
22

3-
We will be looking at a sample blockchain application that interfaces with Hyperledger Sawtooth. This example is meant to introduce you to writing an application that interfaces with Hyperledger Sawtooth as opposed to creating a complete production implementation.
3+
We will be looking at a sample blockchain application that interfaces with Hyperledger Sawtooth. This example is meant to introduce you to writing an application that interfaces with Hyperledger Sawtooth as opposed to creating a complete production implementation.
44

5-
This is an example of a simple Hyperledger Sawtooth blockchain application written in JavaScript. Hyperledger Sawtooth Tuna Chain allows a user to create named assets (tuna fish) and transfer them between different holders designated by a public key.
5+
This is an example of a simple Hyperledger Sawtooth blockchain application written in JavaScript. Hyperledger Sawtooth Tuna Chain allows a user to create named assets (tuna fish) and transfer them between different holders designated by a public key.
66

7-
This application was written by Zac Delventhal maintainer on Hyperledger Sawtooth. Original source code can be found here (https://github.com/delventhalz/transfer-chain-js).
7+
This application was written by Zac Delventhal maintainer on Hyperledger Sawtooth. Original source code can be found here (https://github.com/delventhalz/transfer-chain-js).
8+
9+
---
10+
**NOTE**
11+
12+
This example is based on v0.8 of Hyperledger Sawtooth. Please refer to the [v0.8 documentation](https://sawtooth.hyperledger.org/docs/core/releases/0.8/) when working with this example.
13+
14+
---

0 commit comments

Comments
 (0)