mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 19:37:30 +01:00
Update website deps (#1622)
This commit is contained in:
parent
a309694f11
commit
34e9be1299
2 changed files with 1353 additions and 1446 deletions
|
@ -12,7 +12,7 @@
|
|||
"title": "CLI"
|
||||
},
|
||||
"applications/configuration": {
|
||||
"title": "Application configuration"
|
||||
"title": "Application Configuration"
|
||||
},
|
||||
"applications/dlc": {
|
||||
"title": "Executing A DLC with Bitcoin-S"
|
||||
|
@ -24,7 +24,7 @@
|
|||
"title": "GUI"
|
||||
},
|
||||
"applications/node": {
|
||||
"title": "Light client"
|
||||
"title": "Light Client"
|
||||
},
|
||||
"applications/server": {
|
||||
"title": "Application Server"
|
||||
|
@ -59,6 +59,9 @@
|
|||
"core/hd-keys": {
|
||||
"title": "HD Key Generation"
|
||||
},
|
||||
"core/lightning-network": {
|
||||
"title": "Lightning Network Data Types"
|
||||
},
|
||||
"core/psbts": {
|
||||
"title": "Partially Signed Bitcoin Transactions"
|
||||
},
|
||||
|
@ -110,6 +113,9 @@
|
|||
"testkit/testkit": {
|
||||
"title": "Testkit"
|
||||
},
|
||||
"wallet/address-tagging": {
|
||||
"title": "Address and UTXO tagging"
|
||||
},
|
||||
"wallet/chain-query-api": {
|
||||
"title": "Chain Query API"
|
||||
},
|
||||
|
@ -119,6 +125,9 @@
|
|||
"wallet/node-api": {
|
||||
"title": "Node API"
|
||||
},
|
||||
"wallet/wallet-callbacks": {
|
||||
"title": "Wallet Callbacks"
|
||||
},
|
||||
"wallet/wallet-get-address": {
|
||||
"title": "Wallet Get Address APIs"
|
||||
},
|
||||
|
|
2786
website/yarn.lock
2786
website/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue