New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@helios-lang/uplc

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/uplc

Cardano Untyped Plutus Core utility library

0.1.2
npm
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 19 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts