aiken/examples/one_shot
rvcas a522cd1e7d chore: better names for the validators and some functions 2023-03-14 19:13:21 -04:00
..
components feat(one_shot): some deno and lucid stuff 2023-03-14 19:13:21 -04:00
islands chore: better names for the validators and some functions 2023-03-14 19:13:21 -04:00
routes chore: better names for the validators and some functions 2023-03-14 19:13:21 -04:00
static feat(one_shot): some deno boilerplate 2023-03-14 19:13:21 -04:00
validators chore: better names for the validators and some functions 2023-03-14 19:13:21 -04:00
.gitignore feat(one_shot): some deno and lucid stuff 2023-03-14 19:13:21 -04:00
README.md feat(one_shot): document vendored lucid 2023-03-14 19:13:21 -04:00
aiken.lock feat: one_shot example 2023-03-14 19:13:21 -04:00
aiken.toml chore: better names for the validators and some functions 2023-03-14 19:13:21 -04:00
blueprint.ts feat(one_shot): some deno boilerplate 2023-03-14 19:13:21 -04:00
deno.json feat(one_shot): some deno boilerplate 2023-03-14 19:13:21 -04:00
deno.lock feat(one_shot): some deno and lucid stuff 2023-03-14 19:13:21 -04:00
dev.ts feat(one_shot): some deno boilerplate 2023-03-14 19:13:21 -04:00
fresh.gen.ts feat(one_shot): some deno and lucid stuff 2023-03-14 19:13:21 -04:00
import_map.json feat(one_shot): some deno and lucid stuff 2023-03-14 19:13:21 -04:00
main.ts feat(one_shot): some deno and lucid stuff 2023-03-14 19:13:21 -04:00
plutus.json chore: better names for the validators and some functions 2023-03-14 19:13:21 -04:00
twind.config.ts feat(one_shot): some deno boilerplate 2023-03-14 19:13:21 -04:00
utils.ts chore: better names for the validators and some functions 2023-03-14 19:13:21 -04:00

README.md

fresh project

Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.

Important

There is some very hacky things that need to be done to make lucid work correctly. It involved vendoring lucid and making some adjustments to the core/core.ts file.