Skip to content

Commit

Permalink
Segwit build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Jan 14, 2024
1 parent 5e3fd34 commit 8317922
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build-segwit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
wasm-pack build --release --target web --features segwit
cp pkg/*.ts lib/web
cp pkg/*.js lib/web
cp pkg/*.wasm lib/web
cp pkg/README.md lib/web
cp pkg/LICENSE* lib/web
cd lib/web
npm install
npm run prepare

0 comments on commit 8317922

Please sign in to comment.