aiken/examples/one_shot
rvcas a82cedbd92 feat(one_shot): apply params to script 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 feat(one_shot): apply params to script 2023-03-14 19:13:21 -04:00
routes feat(one_shot): some deno and lucid stuff 2023-03-14 19:13:21 -04:00
static feat(one_shot): some deno boilerplate 2023-03-14 19:13:21 -04:00
validators feat: one_shot example 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 feat(one_shot): some deno boilerplate 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 feat(one_shot): some deno and lucid stuff 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 feat(one_shot): apply params to script 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.