mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
34 lines
753 B
JSON
34 lines
753 B
JSON
{
|
|
"docs": {
|
|
"Getting started": ["getting-started"],
|
|
"Getting setup": ["getting-setup"],
|
|
"Core module": [
|
|
"core/core-intro",
|
|
"core/addresses",
|
|
"core/hd-keys",
|
|
"core/sign",
|
|
"core/psbts",
|
|
"core/txbuilder"
|
|
],
|
|
"Key manager": [
|
|
"key-manager/key-manager"
|
|
],
|
|
"RPC clients": [
|
|
"rpc/rpc-clients-intro",
|
|
"rpc/rpc-eclair",
|
|
"rpc/rpc-bitcoind"
|
|
],
|
|
"Applications": [
|
|
"applications/chain",
|
|
"applications/cli",
|
|
"applications/configuration",
|
|
"applications/dlc",
|
|
"applications/node",
|
|
"applications/server",
|
|
"applications/wallet"
|
|
],
|
|
"Contributing": ["contributing", "contributing-website"],
|
|
"Security": ["security"]
|
|
}
|
|
}
|