From 7d566beea313ccef27c2c36ed1b33bc4b0c74676 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 8 Feb 2026 13:12:41 -0700 Subject: [PATCH] Adding link to live API documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b735a..da3ea68 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ psf-bch-api depends on three pieces of back end infrastructure: Front-end applications interact with psf-bch-api through libraries such as [bch-js](https://github.com/Permissionless-Software-Foundation/bch-js) or [bch-consumer](https://www.npmjs.com/package/bch-consumer). -High-level documentation about the full Cash Stack is available at [CashStack.info](https://cashstack.info). Interactive API reference documentation is served by the running server at its root URL (e.g. `http://localhost:5942/`). +High-level documentation about the full Cash Stack is available at [CashStack.info](https://cashstack.info). Interactive API reference documentation is served by the running server at its root URL (e.g. `http://localhost:5942/`), and a live version can be found at [bch.fullstack.cash](https://bch.fullstack.cash/). ## The .env File