Merge pull request #153 from bigchaindb/crypto-conditions-example

Add crypto conditions example
This commit is contained in:
Matthias Kretschmann 2018-03-02 14:07:38 +01:00 committed by GitHub
commit f1b0c31b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -77,4 +77,6 @@ Don't forget to import the package in your code:
import * as sha3 from 'js-sha3'
If you would like to see a more complex example, please have a look [here](https://github.com/bigchaindb/project-jannowitz/blob/code-examples/js-examples/crypto-conditions.js)
.. TODO: Document Utils when finished