From 4ef35c8d2668d79e546066fb15189d78daf962cc Mon Sep 17 00:00:00 2001 From: tiero <3596602+tiero@users.noreply.github.com> Date: Sat, 27 Apr 2024 04:11:27 +0200 Subject: [PATCH] improve README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d6ef1..65fe164 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,15 @@ In this repository you can find: Refer to the README in each directory for more information about development. -## Get Started with Docker +## Roadmap + +- [ ] Progressive Web App (PWA) as client and Ark wallet. +- [ ] Support Bitcoin with pre-signed transactions +- [ ] Support Ark out-of-round payments +- [ ] Add protected admin RPCs for `arkd` to manage rounds and treasury +- [ ] Add `postgres` as database option for `arkd` + +## Build and Run with Docker Run locally with Docker on Liquid Testnet. It uses `docker-compose` to build the `arkd` docker image from `server` and run the it as container, together with the `oceand` container.