From d0559e5c383bdd2aa3c45f0fb7586201d02d2ed2 Mon Sep 17 00:00:00 2001 From: manolodewiner Date: Fri, 23 Feb 2018 14:22:52 +0100 Subject: [PATCH 1/2] add crypto conditions example --- docs/source/advanced.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/advanced.rst b/docs/source/advanced.rst index 3f9d2c3..4dbc059 100644 --- a/docs/source/advanced.rst +++ b/docs/source/advanced.rst @@ -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 From 61e969756983cf498cd2904363085f56567d57e1 Mon Sep 17 00:00:00 2001 From: manolodewiner Date: Fri, 23 Feb 2018 14:52:39 +0100 Subject: [PATCH 2/2] correct typo --- docs/source/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced.rst b/docs/source/advanced.rst index 4dbc059..7dd131d 100644 --- a/docs/source/advanced.rst +++ b/docs/source/advanced.rst @@ -77,6 +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) +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