Go to file
waalge 0befe1a40a another stub: cardano value 2025-10-01 14:52:20 +00:00
src another stub: cardano value 2025-10-01 14:52:20 +00:00
.gitignore fix: data getting ignored 2025-09-30 14:51:08 +00:00
Cargo.lock fix: missing dep and name change 2025-09-30 18:23:05 +00:00
Cargo.toml fix: missing dep and name change 2025-09-30 18:23:05 +00:00
README.md another stub: cardano value 2025-10-01 14:52:20 +00:00
flake.lock init 2025-09-30 14:42:30 +00:00
flake.nix init 2025-09-30 14:42:30 +00:00

README.md

Konduit cli

A first stab at the konduit cli

Workspace

  • cardano-tx-builder - Pure cardano transaction builder utils
  • cardano-connect - Traits for cardano connector
  • cardano-connect-blockfrost - Impl for blockfrost
  • konduit-core - Pure konduit transaction builders. Depends only on cardano-tx-builder.
    • test round trip data
    • compiles to wasm
  • konduit-cli - cli wrapping of core

TODOs

  • serde for relevant data
  • env
    • wallet keys
    • cardano connection
  • txs
    • dev
      • send
      • publish
      • unpublish
    • open
      • cli params TODO
      • fn params:
        • fuel (available utxos)
        • change address
        • konduit address :
          • konduit_hash
          • maybe stake key
        • amount (currency is always ada)
        • datum:
          • constants(tag, add_vkey, sub_vkey, respond_period)
    • add
    • sub
      • cli params TODO
      • fn args:
        • generic script args: fuel, change address, script ref ...
        • instance input (resolved)
        • redeemer: receipt = (squash, [cheques])
    • close
    • respond
    • unlock
    • expire
    • end
    • elapse
    • batch
    • mutual
  • cardano connection
    • api
      • utxos at (with optional stake key)
    • implementations:
    • blockfrost
    • kupmios
  • env handling
  • cmd

Determining