Piratewallet Lightclient Library and CLI interface (with modifications to support Qortal cross-chain trades)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
175 B

#!/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