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.
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.
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