aiken/examples/hello_world
KtorZ 6422027c6c
Fix README template for newly generated projects, and hello, world
2023-03-18 22:23:55 +01:00
..
validators Fix README template for newly generated projects, and hello, world 2023-03-18 22:23:55 +01:00
.gitignore chore: bump pallas version 2023-01-06 13:39:18 -05:00
README.md update cli documentation 2023-03-07 19:15:03 -05:00
aiken.lock Fix acceptance tests to use new syntax. 2023-02-19 10:10:40 +01:00
aiken.toml Fix acceptance tests to use new syntax. 2023-02-19 10:10:40 +01:00
generate-credentials.ts Small tweaks on the hello_world examples. 2023-03-08 09:47:08 +01:00
hello_world-lock.ts Small tweaks on the hello_world examples. 2023-03-08 09:47:08 +01:00
hello_world-unlock.ts Small tweaks on the hello_world examples. 2023-03-08 09:47:08 +01:00
plutus.json Re-introduce field title & description in referenced schemas. 2023-03-12 12:44:49 -04:00

README.md

Hello, World!

An example of an Hello, World! contract using Aiken and Lucid.

See the full tutorial on aiken-lang.org.

Building

aiken build

Generating Credentials

deno run --allow-net --allow-write generate-credentials.ts

Locking Funds

Warning Require BLOCKFROST_API_KEY environment variable to be set.

deno run --allow-net --allow-read --allow-env hello_world-lock.ts

Unlocking Funds

Warning Require BLOCKFROST_API_KEY environment variable to be set.

deno run --allow-net --allow-read --allow-env hello_world-unlock.ts TRANSACTION_ID_FROM_LOCK