@helios-lang/uplc
TypeScript icon, indicating that this package has built-in type declarations

0.3.6 • Public • Published

uplc

Cardano Untyped Plutus Core javascript utility library

Responsabilities of this package:

  • deserialize UPLC into a UplcProgram
  • serialize a UplcProgram into UPLC flat
  • evaluate a UplcProgram given certain inputs
    • async (for connecting stepping debugger)
    • sync (easier when calling from within React)
  • evaluate individual builtins syncronously (for IR optimizer)
  • partially apply inputs by wrapping a UplcProgram

Readme

Keywords

none

Package Sidebar

Install

npm i @helios-lang/uplc

Weekly Downloads

442

Version

0.3.6

License

BSD-3-Clause

Unpacked Size

617 kB

Total Files

837

Last publish

Collaborators

  • cschmitz