docs: declare own-bank-account path missing until deploy verified
Note the personal bank-account path is not production-ready yet.
This commit is contained in:
parent
6a212d14c6
commit
461f236bc0
1 changed files with 16 additions and 0 deletions
|
|
@ -54,6 +54,22 @@ In the optional fold:
|
|||
|
||||
Balance **starts at zero** — not the shared `explorer` pool.
|
||||
|
||||
#### Deploy status — own bank account (**missing** until verified)
|
||||
|
||||
The **own bank account** path is **not complete** unless all of the following
|
||||
are live on `taler-hacktivism-bank`. Treat this as **missing** until checked:
|
||||
|
||||
| Check | Expected |
|
||||
|-------|----------|
|
||||
| Landing HTML | Optional fold has **Create my bank account** |
|
||||
| API process | `python3 /usr/local/bin/demo-withdraw-api.py` on **127.0.0.1:19096** |
|
||||
| Nginx | `location = /intro/auto-account.json` → `:19096` |
|
||||
| Public | `curl -sS https://bank.hacktivism.ch/intro/auto-account.json` returns JSON with `username` / `password` / `balance: "GOA:0"` |
|
||||
| WebUI login | Credentials work at `https://bank.hacktivism.ch/webui/` |
|
||||
|
||||
Install helper: `scripts/taler-bank/install-demo-withdraw-api.sh`
|
||||
(or manual copy of `demo-withdraw-api.py` + `nginx-landing.conf` + restart API).
|
||||
|
||||
### How the shared pool works
|
||||
|
||||
1. Shared account `explorer` is pre-funded with GOA.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue