Adadata: Automating Registry, Wallet Creation, Minting, Validation, Air Gapped

While registering and minting a couple tokens on Cardano, I noticed a few rough edges in the token registry + metadata workflow. After a few validation attempts, I pivoted from “just get my submission through” to building a small automation tool and iterating against the validators/PR requirements until the process was repeatable.

I’m trying to speed up adoption for people who are new to the process like I was, in some cases this can be a difference from days/weeks to minutes/hours.

I built a local Docker-based tool (“AdaData”) that:

  • generates registry-compatible metadata and mint metadata (template-based)

  • runs validation checks early to catch common submission errors

  • guides wallet setup + funding checks (UTxO/balance detection)

  • builds mint transactions with UTxO auto-selection and confirmation prompts

  • supports an air‑gapped workflow (offline signing supported; Compose provides a reproducible offline bundle of required binaries/images)

Would this be useful for token onboarding and reducing submission back-and-forth? If so, who’s the best person on the registry side to speak with, and what’s the preferred way to share a demo (video/screenshots or a private repo)?

Thanks for your time,
Patrick Peluse
Simsara | https://simsara.com/

Optional context:

2 Likes

Quick update: I’ve opened the AdaData repo (https://github.com/simsara-org/AdaData) for anyone who wants to try the registry/mint workflow. I’m polishing the docs and adding an air-gapped walkthrough by early January, plus a recorded demo of the other modes. Feedback is welcome—happy to share more details if helpful. Thanks!