You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/docs/pages/klesia/rpc.mdx
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
import { Callout } from'vocs/components'
2
+
1
3
# Klesia JSON-RPC
2
4
3
5
Klesia is accessible via HTTP JSON-RPC. You can use any HTTP client to interact with it, but if you're building o1js zkApps, we recommend using the [Klesia SDK](/klesia/sdk).
@@ -71,3 +73,13 @@ Array of strings:
71
73
## Self-hosting
72
74
73
75
The application is open-source and available on GitHub. You can self-host it by following the instructions in the repository.
76
+
77
+
### Docker Image
78
+
79
+
There are `amd64` and `arm64` Docker images available for self-hosting.
80
+
81
+
```
82
+
docker pull ghcr.io/palladians/klesia:latest
83
+
```
84
+
85
+
<Callouttype="info">Make sure you map port 3000 and expose it.</Callout>
0 commit comments