dQuadrant / kuber

Haskell library and json-api for composing Cardano transactions and working with off-chain cardano blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kuber

Haskell library and API server for composing balanced Cardano transactions.

KuberIDE.com is Oficial IDE and plutus development and trying out kuber-server features.

OpenSource Kuber playground is here

Docs

IDE

Official IDE with Plutus compilation support is available at kuberide.com/ide

Example Project using Kuber (v2)

cardano-marketplace

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 3.0.0-rc1
docker-compose up -d

If you want to build docker image locally, you can use the helper script

$ ./.ci/build

Developer guide

Instructions for local development of kuber is available in DEVELOPER.md

About

Haskell library and json-api for composing Cardano transactions and working with off-chain cardano blockchain.


Languages

Language:Haskell 98.6%Language:Shell 1.3%Language:Dockerfile 0.1%