Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 954 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 954 Bytes

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