1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +01:00

add crypto conditions example

This commit is contained in:
manolodewiner 2018-02-23 14:22:52 +01:00
parent 428edad6eb
commit d0559e5c38

View File

@ -77,4 +77,6 @@ Don't forget to import the package in your code:
import * as sha3 from 'js-sha3' 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 .. TODO: Document Utils when finished