Simple demo displaying address of a fixed spending key

This commit is contained in:
Jack Grigg
2019-06-11 00:39:28 +01:00
parent a56c4c2630
commit 4caf14baa2
7 changed files with 214 additions and 10 deletions

9
build.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env sh
BASE_DIR=$(pwd)
cd "$BASE_DIR/zcash-client-backend-wasm"
wasm-pack build
cd "$BASE_DIR/zcash-client-sdk-js"
npm install
cd "$BASE_DIR/demo-www"
npm install