From 34412d3e628fb568ee1e65b7802d374f6232417f Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 1 Feb 2021 12:28:54 +0200 Subject: [PATCH] #1654 add link to Web UI in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d6f2a0..6327d47 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Mistakes and bugs happen, but with your help in resolving and reporting [issues] ## Documentation Presently, we do not have any formal documentation other than our [examples](#examples), please [ask for help](https://github.com/bitcoinjs/bitcoinjs-lib/issues/new) if our examples aren't enough to guide you. +You can find a [Web UI](https://bitcoincore.tech/apps/bitcoinjs-ui/index.html) that covers most of the `psbt.ts`, `transaction.ts` and `p2*.ts` APIs [here](https://bitcoincore.tech/apps/bitcoinjs-ui/index.html). ## Installation ``` bash