diff --git a/apps/docs/docs/pages/klesia/rpc.mdx b/apps/docs/docs/pages/klesia/rpc.mdx index 1af99db..32c197d 100644 --- a/apps/docs/docs/pages/klesia/rpc.mdx +++ b/apps/docs/docs/pages/klesia/rpc.mdx @@ -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). @@ -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 +``` + +Make sure you map port 3000 and expose it. diff --git a/apps/docs/docs/pages/klesia/sdk.mdx b/apps/docs/docs/pages/klesia/sdk.mdx index 89f383d..cd6e4ac 100644 --- a/apps/docs/docs/pages/klesia/sdk.mdx +++ b/apps/docs/docs/pages/klesia/sdk.mdx @@ -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