Skip to content

Commit

Permalink
create example for bitcoinjs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Feb 8, 2024
1 parent 2a3d2d2 commit c3721f9
Show file tree
Hide file tree
Showing 11 changed files with 8,623 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
"examples/async_await",
"examples/audio_recorder",
"examples/bitcoin",
"examples/bitcoinjs-lib",
"examples/bitcore-lib",
"examples/blob_array",
"examples/bytes",
Expand Down
3 changes: 3 additions & 0 deletions examples/bitcoinjs-lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.azle
.dfx
node_modules
12 changes: 12 additions & 0 deletions examples/bitcoinjs-lib/dfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"canisters": {
"bitcoinjs": {
"type": "custom",
"main": "src/index.ts",
"candid": "src/index.did",
"build": "npx azle bitcoinjs",
"wasm": ".azle/bitcoinjs/bitcoinjs.wasm",
"gzip": true
}
}
}
Loading

0 comments on commit c3721f9

Please sign in to comment.