bitcoin-s/website/sidebars.json
Chris Stewart 6f54fc543b
2021 10 15 wallet numeric example (#3759)
* Implement payout function reader and tlv points reader/writer

* Add support for numeric contract infos in the createcontractinfo rpc

* Adjust logging level

* Remove unused endpoint

* Add new format to site

* WIP

* Add contract info/offer section

* Start accept section

* Add example to sidebar

* Adjust locktimes on the exmaples to 0
2021-10-15 19:57:01 -05:00

99 lines
2.0 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",
"wallet/backups",
"wallet/wallet-election-example",
"wallet/wallet-price-example"
],
"Tor": [
"tor/tor"
],
"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"
]
}
}