mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 02:11:40 +01:00
19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"docs": {
|
|
"Getting started": ["getting-started"],
|
|
"Core module": [
|
|
"core/core-intro",
|
|
"core/addresses",
|
|
"core/hd-keys",
|
|
"core/txbuilder"
|
|
],
|
|
"RPC clients": [
|
|
"rpc/rpc-clients-intro",
|
|
"rpc/rpc-eclair",
|
|
"rpc/rpc-bitcoind"
|
|
],
|
|
"Contributing": ["contributing", "contributing-website"],
|
|
"Security": ["security"]
|
|
}
|
|
}
|