Lucid

In this page you will learn how to install Lucid. Head over to this link https://www.npmjs.com/package/lucid-cardano

## 1. NPM

To install `lucid-cardano`, use the following command:

```bash
npm install lucid-cardano

2. Deno

For JavaScript and TypeScript, you can import Lucid from Deno:

import { Lucid } from "https://deno.land/x/lucid@0.10.7/mod.ts";

3. Web

In a web environment, you can import Lucid using a script tag:

<script type="module">
  import { Lucid } from "https://unpkg.com/lucid-cardano@0.10.7/web/mod.js"
  // ...
</script>

4. Build from Source

To build both the NPM and Web targets, run the following command:

deno task build

This command outputs a dist folder.