2019-05-15 01:05:14 +02:00
|
|
|
{
|
|
|
|
"docs": {
|
2020-08-27 14:11:24 -05:00
|
|
|
"Getting Started": [
|
2020-12-24 07:16:46 -06:00
|
|
|
"getting-started",
|
|
|
|
"bips"
|
2020-08-27 14:11:24 -05:00
|
|
|
],
|
|
|
|
"Getting Setup": [
|
|
|
|
"getting-setup"
|
|
|
|
],
|
2020-03-13 09:54:07 -05:00
|
|
|
"Applications": [
|
|
|
|
"applications/cli",
|
2020-03-31 13:30:24 -06:00
|
|
|
"applications/server",
|
|
|
|
"applications/gui"
|
2020-03-13 09:54:07 -05:00
|
|
|
],
|
|
|
|
"Chain": [
|
|
|
|
"chain/chain",
|
2020-08-27 14:11:24 -05:00
|
|
|
"chain/filter-sync",
|
|
|
|
"chain/chain-query-api"
|
2020-03-13 09:54:07 -05:00
|
|
|
],
|
2020-03-15 15:52:58 -05:00
|
|
|
"Configuration": [
|
|
|
|
"config/configuration"
|
|
|
|
],
|
2020-03-13 09:54:07 -05:00
|
|
|
"Core Module": [
|
2019-06-11 14:55:59 +02:00
|
|
|
"core/core-intro",
|
|
|
|
"core/addresses",
|
|
|
|
"core/hd-keys",
|
2020-03-10 13:30:16 -06:00
|
|
|
"core/adding-spks",
|
|
|
|
"core/spending-info",
|
2020-02-26 16:06:57 -06:00
|
|
|
"core/psbts",
|
2020-06-08 15:20:40 -05:00
|
|
|
"core/txbuilder",
|
|
|
|
"core/lightning-network"
|
2019-06-11 14:55:59 +02:00
|
|
|
],
|
2020-04-30 11:34:53 -06:00
|
|
|
"Crypto Module": [
|
|
|
|
"crypto/crypto-intro",
|
|
|
|
"crypto/sign"
|
|
|
|
],
|
2020-07-08 10:22:59 -05:00
|
|
|
"Fee Provider": [
|
|
|
|
"fee-provider/fee-provider"
|
|
|
|
],
|
2020-03-13 09:54:07 -05:00
|
|
|
"Key Manager": [
|
2019-12-26 19:12:08 -06:00
|
|
|
"key-manager/key-manager"
|
|
|
|
],
|
2020-03-15 15:52:58 -05:00
|
|
|
"Node": [
|
2020-08-27 14:11:24 -05:00
|
|
|
"node/node",
|
|
|
|
"node/node-api"
|
2020-03-15 15:52:58 -05:00
|
|
|
],
|
2020-03-11 08:56:37 -05:00
|
|
|
"Wallet": [
|
2020-03-13 09:54:07 -05:00
|
|
|
"wallet/wallet",
|
2020-07-08 05:34:59 -05:00
|
|
|
"wallet/wallet-callbacks",
|
2020-04-09 15:33:11 -05:00
|
|
|
"wallet/wallet-get-address",
|
2020-07-08 14:38:39 -05:00
|
|
|
"wallet/address-tagging",
|
2020-03-13 16:11:02 -05:00
|
|
|
"wallet/dlc",
|
|
|
|
"wallet/wallet-rescan"
|
2020-03-11 08:56:37 -05:00
|
|
|
],
|
2020-03-13 09:54:07 -05:00
|
|
|
"RPC Clients": [
|
2019-05-15 01:05:14 +02:00
|
|
|
"rpc/rpc-clients-intro",
|
|
|
|
"rpc/rpc-eclair",
|
|
|
|
"rpc/rpc-bitcoind"
|
|
|
|
],
|
2020-03-18 05:51:54 -05:00
|
|
|
"Secp256k1": [
|
2020-04-14 14:42:58 -06:00
|
|
|
"secp256k1/secp256k1",
|
|
|
|
"secp256k1/jni-modify"
|
2020-03-18 05:51:54 -05:00
|
|
|
],
|
2020-03-15 12:39:43 -05:00
|
|
|
"Testkit": [
|
|
|
|
"testkit/testkit"
|
|
|
|
],
|
2020-10-05 17:05:06 -05:00
|
|
|
"DLC Oracle": [
|
|
|
|
"oracle/oracle-server"
|
|
|
|
],
|
2020-08-27 14:11:24 -05:00
|
|
|
"Contributing": [
|
|
|
|
"contributing",
|
|
|
|
"contributing-website"
|
|
|
|
],
|
|
|
|
"Security": [
|
|
|
|
"security"
|
|
|
|
]
|
2019-05-15 01:05:14 +02:00
|
|
|
}
|
|
|
|
}
|