Switch demo to use zcash-client-sdk-js

This commit is contained in:
Jack Grigg
2019-06-11 00:25:47 +01:00
parent 204694c10d
commit a56c4c2630
3 changed files with 40 additions and 20 deletions

View File

@@ -1,3 +1,3 @@
import * as wasm from "hello-wasm-pack";
import * as wasm from 'zcash-client-sdk'
wasm.greet();