DQ
Kuber
Haskell library and API server for composing balanced Cardano and Hydra transactions
KuberIDE.com is Oficial IDE for plutus development and trying out kuber-server features.
Docs
Client library
Kuber client provides same interface for cardano network and layer2 hydra network.
Hydra
Kuber fully supports hydra transaction building and lifecycle. With kuber-hydra, you can interact simultaneously with the layer1 in addition to hydra.
- Source code: kuber-hydra
- Hydra docs
IDE
Official IDE with Plutus compilation support is available at kuberide.com/ide
Example Project using Kuber
Run Kuber-Server with docker-compose
Kuber can be stared easily with docker-compose.yml file. But you will have to wait for cardano-node to sync to latest block
git clone https://github.com/dquadrant/kuber.git
git checkout v4.0.0
docker-compose up -dIf you want to build docker image locally, you can use the helper script
$ ./.ci/buildDeveloper guide
Instructions for local development of kuber is available in DEVELOPER.md
On this page
Languages
Haskell95.8%Shell4.1%Dockerfile0.1%
Created May 9, 2022
Updated March 9, 2026