BitML

1 program Added 2026-03-13T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Bitcoin Modeling Language
Provenance: commit d466bbd8bb · authored 2026-03-13T06:17:04+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

JML (0.47)Forge (0.47)LookML (0.45)WSML (0.39)DAML (0.38)

LLM-contributed programs

Timed Commitment

Provenance: commit d466bbd8bb · authored 2026-03-13T06:17:04+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.bitml · added: 2026-03-13T10:00:00Z
#lang bitml

(participant "A" "029c5f6f5ef0095f547799cb7861488b9f4282140d59a6289fbc90c70209c1caf")
(participant "B" "022c3afb0b654d3c2b0e2ffdcf941eaf9b6c2f6fcf14672f5a1e7174f169c30fe")

(contract
  (pre (deposit "A" 1 "txid:0:0")
       (secret "A" a "ca978112ca1bbdcafac231b39a23dc4da786eff8147c4e72b9807785afee48bb"))
  (choice
    (reveal (a)
      (pred (= a "a"))
      (withdraw "A"))
    (after 42
      (withdraw "B"))))

Contribute — propose a file extension

Tell us where to find evidence about BitML (mapped to pl/bitml). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/BitML/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Bitgrid Bitoven →