Skip to content

Cardano dApp using Aiken for on-chain validator and Lucid for off-chain transaction building.

Notifications You must be signed in to change notification settings

wowica/jungle_vault

Repository files navigation

JUNGLE Vault 🔐

This is a slightly modified version of the Gift Card demo application using Aiken for on-chain Cardano code and Lucid for off-chain transaction building.

Running

The application runs using Lucid emulator and requires Deno to be installed.

To run the application, run the following commands:

  • deno run -A run_emulation.ts
  • deno run -A run_emulation_2.ts

The first time it runs, Deno will first download all dependencies. It does not, however, communicate with a real Cardano network nor does it depend on any funds.

Plutus Pioneer NFT example

An updated example from Plutus Pionner Program's Week09 lesson is included in /validators/ppp_mint.ak. Run it with the following command:

deno run -A run_ppp_emulation.ts

About

Cardano dApp using Aiken for on-chain validator and Lucid for off-chain transaction building.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published