Skip to content

Commit

Permalink
feat: add example flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Apr 26, 2024
1 parent 708bdc3 commit b8746b6
Show file tree
Hide file tree
Showing 11 changed files with 409 additions and 398 deletions.
10 changes: 10 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
BITCOIN_NETWORK=testnet
BITGO_ACCESS_TOKEN=
BITGO_WALLET_PASSPHRASE=
BITGO_WALLET_ID=
BITGO_NATIVE_SEGWIT_ADDRESS=
BITGO_TAPROOT_ADDRESS=
USER_XPUB=
BACKUP_XPUB=
BITGO_XPUB=
BITCOIN_BLOCKCHAIN_API_URL=https://testnet.dlc.link/electrs
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Example JSON files
tb1ppxcqqtaxxqwclxudhervdnngzehpyr5mahczne64rkp2x7kvzfvqgda4ja.json
tb1q3ekr0u3s6clpag3tzaqk23f6edltxq3xl00hq8fjgugq5ds87jqsza5k55.json

# Runtime data
pids
*.pid
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"lint": "^0.8.19",
"lodash": "^4.17.21",
"ls-lint": "^0.1.2",
"noble": "^1.9.1",
"prettier-eslint": "^16.3.0",
Expand Down
Loading

0 comments on commit b8746b6

Please sign in to comment.