Docs / Server
Server
moxzid: hosting Motoko actors off-chain with Internet Computer semantics.
| Page | Question it answers |
|---|---|
| What moxzid is | What is the server for, and how is it different from a local dfx replica? |
| Running a server | How do I start moxzid, install an actor, and point a client at it? |
| The HTTP API | What endpoints exist, and what do they take and return? |
| Authentication | Which routes are protected, and what must never be exposed? |
| Persistence and durability | What survives a restart, a crash, and a kill -9? |
| Operating moxzid | How do I run this as a service: health, metrics, logs, shutdown, TLS? |
If you only read one page, read What moxzid is.