0.0.1 • Published 8 months ago

@kammerlo/cardano-blueprint-generator v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Repo under heavy development, please check back later.

This repo will contain a typescript blueprint generator for MeshJS.

Desired outcomes

  • Generate interface out of a CIP-57 blueprint, which are directly usable with MeshJS
  • Automated generation of converter functions from the generated interfaces to MeshJS Data Object

Todos

  • Implement all types described in CIP-57
  • Implement cli to generate the code
  • Spike options about tsc integration or how to run it in a more embedded way
  • Implement tests
  • Implement auto generated documentation for the generated code
  • Add general documentation about the project