ZcashClient.sendToAddress()

This commit is contained in:
Jack Grigg
2019-06-12 23:03:25 +01:00
parent 96e6f1b5fe
commit f9361b27d9
4 changed files with 108 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ $ docker run -d -p 8081:8081 --network=host lightwalletd/envoy
## Running the demo
```sh
$ ln -s "$HOME/.zcash-params" demo-www/params
$ cd demo-www
$ npm run start
```