asking the server who you are
Sign in
This deployment has no admin credentials
Every route under /admin/api is answering 503. The surface is
switched off rather than left open, so there is nothing to sign in to.
Set all three of these in the server’s environment and restart it:
ADMIN_EMAILthe one operator accountADMIN_PASSWORD_HASHa scrypt hash from npm run admin:hash — never the password itselfSESSION_SECRETsigns the session cookieHalf-configured refuses to boot, so the server logging this is telling you that none of them are set, not that one is wrong. A login form is deliberately not shown here: it could not work.
Events
Every event on this deployment, drafts included. The number in the left column is the event id — which is also the NFTokenTaxon every badge for that event is minted under.
| event id / taxon | name | status | date | venue | registered | badges | turnout |
|---|
GET /admin/api/events/{id}/registrations, one call per row.
Registrations
Everyone who has signed up, across every event. Emails are here because this is your own data and this page is behind a sign-in.
| event | name | address | proof | registered | arrived |
|---|
Badges
Every badge this deployment has recorded. One row per accepted claim, verified against the ledger at the moment it was recorded.
| badge | event | holder | nftoken id | confirmation | collected |
|---|
Sales
What attendees bought from the vendors. Every payment went straight to the vendor’s own wallet.
| vendor | event | orders | items | taken | handed over |
|---|
| order | event | vendor | item | amount | buyer | status | payment | when |
|---|
Settings
What this console is pointed at, and who it thinks you are.
New event
An event is a row in the database and a number on the ledger. Pick the number carefully: everything else here can be edited later.
—
| attendee | sent | status | payment | when |
|---|
Pictures of the day, shown on the public event page above the badges. Paste the address of an image you already host — nothing is uploaded here. The first one is shown large. If a link stops working the picture is dropped from the page rather than shown broken, and nothing here can tell you when that happens.
| name | address | proof | registered | checked in |
|---|