add crypto conditions example

This commit is contained in:
manolodewiner 2018-02-23 14:22:52 +01:00
parent 428edad6eb
commit d0559e5c38
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 complicated 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