aiken/examples/gift_card
KtorZ 9f6daa8cd5
Refresh gift_card and hello_world examples.
2024-09-01 18:22:43 +02:00
..
components chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
islands Update fresh 2024-05-10 10:37:35 -04:00
routes Update fresh 2024-05-10 10:37:35 -04:00
static chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
validators Refresh gift_card and hello_world examples. 2024-09-01 18:22:43 +02:00
.gitignore chore: update lucid 2023-03-14 19:13:21 -04:00
README.md chore(gift_card): use kupmios backed by demeter for lucid 2023-04-06 21:35:08 -04:00
aiken.lock Refresh gift_card and hello_world examples. 2024-09-01 18:22:43 +02:00
aiken.toml Fix remaining acceptance tests to be V3-compatible 2024-08-27 19:19:25 +02:00
blueprint.ts chore: rename example parents folder to gift card 2023-03-14 19:13:21 -04:00
deno.json Update fresh 2024-05-10 10:37:35 -04:00
deno.lock Update fresh 2024-05-10 10:37:35 -04:00
dev.ts Update fresh 2024-05-10 10:37:35 -04:00
fresh.config.ts Update fresh 2024-05-10 10:37:35 -04:00
fresh.gen.ts Update fresh 2024-05-10 10:37:35 -04:00
main.ts Update fresh 2024-05-10 10:37:35 -04:00
plutus.json Refresh gift_card and hello_world examples. 2024-09-01 18:22:43 +02:00
twind.config.ts Update fresh 2024-05-10 10:37:35 -04:00
utils.ts Update fresh 2024-05-10 10:37:35 -04:00

README.md

fresh project

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

What's This?

This is an example of a gift card. With these contracts you can lock anything and have it be unlockable only with a simultaneously minted NFT. This minted NFT holds the power to unlock the assets and is considered the "gift card".

Tech