From 188dc939b37c54cf8cdc30a26ab2462d2f0c8783 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 8 Feb 2026 13:13:19 -0700 Subject: [PATCH] Adding link to live API documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da3ea68..790c23f 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,8 @@ The API reference documentation is generated by [apiDoc](https://apidocjs.com/) The output is written to the `docs/` directory and served by the running server at its root URL. +A live version can be found at [bch.fullstack.cash](https://bch.fullstack.cash/). + ## Production (Docker) A Docker setup is provided in the `production/docker/` directory for production deployments. The target OS is Ubuntu Linux.