Go to file
waalge b37cbd062b bump readme 2025-03-01 16:31:19 +00:00
src init cli 2025-03-01 16:23:30 +00:00
static init cli 2025-03-01 16:23:30 +00:00
.envrc init cli 2025-03-01 16:23:30 +00:00
.gitignore init cli 2025-03-01 16:23:30 +00:00
.pre-commit-config.yaml init cli 2025-03-01 16:23:30 +00:00
README.md bump readme 2025-03-01 16:31:19 +00:00
elm-cardano.json init cli 2025-03-01 16:23:30 +00:00
elm-git.json init cli 2025-03-01 16:23:30 +00:00
elm.json init cli 2025-03-01 16:23:30 +00:00
flake.lock init cli 2025-03-01 16:23:30 +00:00
flake.nix init cli 2025-03-01 16:23:30 +00:00
justfile init cli 2025-03-01 16:23:30 +00:00
package.json init cli 2025-03-01 16:23:30 +00:00
pnpm-lock.yaml init cli 2025-03-01 16:23:30 +00:00

README.md

tx-elm

Exploration of elm and elm-cardano with view of tx building for Subbit.xyz and others.

Setup

Dev env

This repo is using nix flakes and has a devshell. Otherwise dependencies are elm, nodejs and just.

The "right" way to package elm with nix is not known to the author. Maybe elm2nix. But we can revisit this later.

Install

Using just, just setup

Build & Run

  just dev <args>

Todo

  • L1 provider interface
  • Pretty print json to stdout
  • Read env vars
  • Read and write files
  • Use model to iterate on state
  • Use wallet
  • Tx builder interface