mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
bf831ae32e
* Fix lockunspent RPC * Fix test
93 lines
1.9 KiB
JSON
93 lines
1.9 KiB
JSON
{
|
|
"docs": {
|
|
"Getting Started": [
|
|
"getting-started",
|
|
"bips"
|
|
],
|
|
"Getting Setup": [
|
|
"getting-setup"
|
|
],
|
|
"Applications": [
|
|
"applications/cli",
|
|
"applications/server",
|
|
"applications/gui",
|
|
"applications/server-systemd"
|
|
],
|
|
"Chain": [
|
|
"chain/chain",
|
|
"chain/filter-sync",
|
|
"chain/chain-query-api"
|
|
],
|
|
"Configuration": [
|
|
"config/configuration"
|
|
],
|
|
"Core Module": [
|
|
"core/core-intro",
|
|
"core/addresses",
|
|
"core/hd-keys",
|
|
"core/adding-spks",
|
|
"core/spending-info",
|
|
"core/psbts",
|
|
"core/dlc",
|
|
"core/txbuilder",
|
|
"core/lightning-network"
|
|
],
|
|
"Crypto Module": [
|
|
"crypto/crypto-intro",
|
|
"crypto/sign",
|
|
"crypto/adaptor-signatures"
|
|
],
|
|
"Fee Provider": [
|
|
"fee-provider/fee-provider"
|
|
],
|
|
"Key Manager": [
|
|
"key-manager/server-key-manager",
|
|
"key-manager/key-manager"
|
|
],
|
|
"Node": [
|
|
"node/node",
|
|
"node/node-api"
|
|
],
|
|
"Wallet": [
|
|
"wallet/wallet",
|
|
"wallet/wallet-callbacks",
|
|
"wallet/wallet-get-address",
|
|
"wallet/address-tagging",
|
|
"wallet/dlc",
|
|
"wallet/wallet-rescan",
|
|
"wallet/wallet-sync",
|
|
"wallet/wallet-rpc"
|
|
],
|
|
"RPC Clients": [
|
|
"rpc/rpc-clients-intro",
|
|
"rpc/rpc-eclair",
|
|
"rpc/rpc-bitcoind",
|
|
"rpc/lnd-rpc"
|
|
],
|
|
"Secp256k1": [
|
|
"secp256k1/secp256k1",
|
|
"secp256k1/jni-modify"
|
|
],
|
|
"Testkit": [
|
|
"testkit/testkit",
|
|
"testkit/testkit-core"
|
|
],
|
|
"DLC Oracle": [
|
|
"oracle/build-oracle-server",
|
|
"oracle/oracle-server",
|
|
"oracle/oracle-election-example",
|
|
"oracle/oracle-price-example"
|
|
],
|
|
"Oracle Explorer Client": [
|
|
"oracle-explorer-client/oracle-explorer-client"
|
|
],
|
|
"Contributing": [
|
|
"contributing",
|
|
"contributing-website"
|
|
],
|
|
"Security": [
|
|
"security"
|
|
]
|
|
}
|
|
}
|