Skip to content

Commit b9a266e

Browse files
committed
chore(repo): wrap up simple klesia docs
1 parent bb121e1 commit b9a266e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

apps/docs/docs/pages/klesia/rpc.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { Callout } from 'vocs/components'
2+
13
# Klesia JSON-RPC
24

35
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:
7173
## Self-hosting
7274

7375
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+
<Callout type="info">Make sure you map port 3000 and expose it.</Callout>

apps/docs/docs/pages/klesia/sdk.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ const { result } = await client.request({
2424
## Methods
2525

2626
Refer to the [RPC Methods](/klesia/rpc#rpc-methods) page for a complete list of methods available on Klesia.
27+
28+
## Nightly Builds
29+
30+
We have nightly builds available for the SDK. You can find the latest nightly versions of our packages on:
31+
32+
https://nightly.akryum.dev/palladians/mina-js

0 commit comments

Comments
 (0)