mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 14:33:06 +01:00
* Rebased secp onto bitcoin-core's master (see https://github.com/bitcoin-s/secp256k1/pull/3) and built linux binaries * Wrote a doc on adding to jni * Built for website * Added build instructions for other OSs * Added table of contents using doctoc * Edited .gitmodules * Added windows binaries * Updated secp branch * Added osx binaries * Added make check-java to doc * Fixed typo
56 lines
1.1 KiB
JSON
56 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/wallet-get-address",
|
|
"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",
|
|
"secp256k1/jni-modify"
|
|
],
|
|
"Testkit": [
|
|
"testkit/testkit"
|
|
],
|
|
"Contributing": ["contributing", "contributing-website"],
|
|
"Security": ["security"]
|
|
}
|
|
}
|