Skip to main content
Module

x/lucid/mod.ts>C.PlutusScript.new

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Go to Latest
method C.PlutusScript.new
import { C } from "https://deno.land/x/lucid@0.10.6/mod.ts";
const { PlutusScript } = C;
  • Creates a new Plutus script from the RAW bytes of the compiled script.
    • This does NOT include any CBOR encoding around these bytes (e.g. from "cborBytes" in cardano-cli)
    • If you creating this from those you should use PlutusScript::from_bytes() instead.