Skip to content

Commit

Permalink
chore(repo): wrap up simple klesia docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 5, 2024
1 parent bb121e1 commit b9a266e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/docs/docs/pages/klesia/rpc.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Callout } from 'vocs/components'

# Klesia JSON-RPC

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).
Expand Down Expand Up @@ -71,3 +73,13 @@ Array of strings:
## Self-hosting

The application is open-source and available on GitHub. You can self-host it by following the instructions in the repository.

### Docker Image

There are `amd64` and `arm64` Docker images available for self-hosting.

```
docker pull ghcr.io/palladians/klesia:latest
```

<Callout type="info">Make sure you map port 3000 and expose it.</Callout>
6 changes: 6 additions & 0 deletions apps/docs/docs/pages/klesia/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ const { result } = await client.request({
## Methods

Refer to the [RPC Methods](/klesia/rpc#rpc-methods) page for a complete list of methods available on Klesia.

## Nightly Builds

We have nightly builds available for the SDK. You can find the latest nightly versions of our packages on:

https://nightly.akryum.dev/palladians/mina-js

0 comments on commit b9a266e

Please sign in to comment.