aiken/examples/hello_world
KtorZ c0230a811f
Add 'plutusVersion' to blueprints.
2023-02-21 15:37:35 +01:00
..
validators Fix acceptance tests to use new syntax. 2023-02-19 10:10:40 +01:00
.gitignore chore: bump pallas version 2023-01-06 13:39:18 -05:00
README.md Draft quick README, use ENV var for passing configuration. 2023-01-06 13:44:20 +01: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 rename 'hello_world-keygen.ts' as 'generate-credentials' 2023-01-06 13:32:27 +01:00
hello_world-lock.ts Use blueprint in hello-world example. 2023-02-14 09:16:30 +01:00
hello_world-unlock.ts Use blueprint in hello-world example. 2023-02-14 09:16:30 +01:00
plutus.json Add 'plutusVersion' to blueprints. 2023-02-21 15:37:35 +01: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 hello_world-lock.ts

Unlocking Funds

Warning Require BLOCKFROST_API_KEY environment variable to be set.

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