Skip to main content
Module

x/lucid/deno.json

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
File
{ "tasks": { "build": "deno run --allow-env --allow-write --allow-read --allow-net --allow-run build.ts", "publish": "deno task build && deno task test && npm publish dist", "test": "deno test --allow-env --allow-read --allow-net tests" }, "lint": { "files": { "include": ["src/"], "exclude": ["src/core/"] } }}