mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 02:11:40 +01:00
c31a4a3f8a
* Constructed simple Bitcoin-S wallet GUI * Added note about bitcoin-s server in doc * Removed wallet dep from gui * Replaced lambdas with constructors for compatibility with scala 2.11 * Fixed after rebase
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"docs": {
|
|
"Getting Started": ["getting-started"],
|
|
"Getting Setup": ["getting-setup"],
|
|
"Applications": [
|
|
"applications/cli",
|
|
"applications/server",
|
|
"applications/gui"
|
|
],
|
|
"Chain": [
|
|
"chain/chain",
|
|
"chain/filter-sync"
|
|
],
|
|
"Configuration": [
|
|
"config/configuration"
|
|
],
|
|
"Core Module": [
|
|
"core/core-intro",
|
|
"core/addresses",
|
|
"core/hd-keys",
|
|
"core/adding-spks",
|
|
"core/spending-info",
|
|
"core/sign",
|
|
"core/psbts",
|
|
"core/txbuilder"
|
|
],
|
|
"Key Manager": [
|
|
"key-manager/key-manager"
|
|
],
|
|
"Node": [
|
|
"node/node"
|
|
],
|
|
"Wallet": [
|
|
"wallet/wallet",
|
|
"wallet/chain-query-api",
|
|
"wallet/node-api",
|
|
"wallet/dlc",
|
|
"wallet/wallet-rescan"
|
|
],
|
|
"RPC Clients": [
|
|
"rpc/rpc-clients-intro",
|
|
"rpc/rpc-eclair",
|
|
"rpc/rpc-bitcoind"
|
|
],
|
|
"Secp256k1": [
|
|
"secp256k1/secp256k1"
|
|
],
|
|
"Testkit": [
|
|
"testkit/testkit"
|
|
],
|
|
"Contributing": ["contributing", "contributing-website"],
|
|
"Security": ["security"]
|
|
}
|
|
}
|