You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2020. It is now read-only.
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.
4
4
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.
6
6
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.
0 commit comments