Haskell library and json-api for composing Cardano transactions and working with off-chain cardano blockchain.
See the codeHaskell library and API server to query Crdano Node, Transaction balancing with deterministic Utxo selection
POST /api/submit/txKuber client provides same interface for cardano network and layer2 hydra network.
Kuber can be started easily with the docker-compose.yml file. The official Docker images are available on GitHub Container Registry (GHCR): ghcr.io/dquadrant/kuber.
Note: You will have to wait for the cardano-node to sync to the latest block.
git clone https://github.com/dquadrant/kuber.git
# Use the latest stable version
docker-compose up -d
If you want to build docker image locally, you can use the helper script
$ ./.ci/build
Kuber fully supports hydra transaction building and lifecycle. With kuber-hydra, you can interact simultaneously with the layer1 in addition to hydra.
Official IDE with Plutus compilation support is available at kuberide.com/ide
Instructions for local development of kuber is available in DEVELOPER.md
Haskell
95.7%
Shell
4.2%
Haskell library and json-api for composing Cardano transactions and working with off-chain cardano blockchain.
See the codeHaskell library and API server to query Crdano Node, Transaction balancing with deterministic Utxo selection
POST /api/submit/txKuber client provides same interface for cardano network and layer2 hydra network.
Kuber can be started easily with the docker-compose.yml file. The official Docker images are available on GitHub Container Registry (GHCR): ghcr.io/dquadrant/kuber.
Note: You will have to wait for the cardano-node to sync to the latest block.
git clone https://github.com/dquadrant/kuber.git
# Use the latest stable version
docker-compose up -d
If you want to build docker image locally, you can use the helper script
$ ./.ci/build
Kuber fully supports hydra transaction building and lifecycle. With kuber-hydra, you can interact simultaneously with the layer1 in addition to hydra.
Official IDE with Plutus compilation support is available at kuberide.com/ide
Instructions for local development of kuber is available in DEVELOPER.md
Haskell
95.7%
Shell
4.2%