Skip to content

Commit cdcb643

Browse files
committed
Attempt to display using JSight within pages.
Signed-off-by: Deggen <d.kellenschwiler@bsvblockchain.org>
1 parent 7171d1b commit cdcb643

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

docs/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,17 @@ The documentation is split into various pages, each covering a set of related fu
1010
- [Services](./services.md) — Support for abstracted external network services.
1111
- [Monitor](./monitor.md) — Background task manager for wallet action validation and processing.
1212

13-
## Swagger
13+
## Open API
1414

1515
[BRC-100](https://brc.dev/100) defines a Unified, Vendor-Neutral, Unchanging, and Open BSV Blockchain Standard Wallet-to-Application Interface which is implemented in this library within the WalletClient class. The API is laid out here as a swagger openapi document to offer a fast-track to understanding the interface which is implemented across multiple substrates. The JSON api is generally considered a developer friendly introduction to the WalletClient, where an binary equivalent ABI may be preferred for production use cases.
1616

17-
- [Wallet JSON API Swagger](https://bitcoin-sv.github.io/ts-sdk/swagger)
17+
- [Wallet API Swagger UI](https://bitcoin-sv.github.io/ts-sdk/swagger)
18+
19+
## Open RPC
20+
21+
StorageClient implements the WalletStorageProvider interface over https using a JSON-RPC api which can be explored using the JSight UI.
22+
23+
- [StorageClient JSight UI](https://bitcoin-sv.github.io/wallet-toolbox/open-rpc)
1824

1925
## Getting Started
2026

0 commit comments

Comments
 (0)