Merge pull request #1669 from bitcoincoretech/issue_1654

#1654 add link to Web UI in README
This commit is contained in:
Jonathan Underwood 2021-02-04 14:09:03 +09:00 committed by GitHub
commit 1368b82be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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