aiken/examples/hello_world
rvcas 0ee083cc9a
chore(examples): commit updated plutus.json
2023-02-01 23:54:35 -05:00
..
validators chore: no longer need pub here 2023-01-15 12:33:10 -05: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 chore: fix version for hello world 2023-01-14 22:22:36 -05:00
aiken.toml chore: fix version for hello world 2023-01-14 22:22:36 -05:00
generate-credentials.ts rename 'hello_world-keygen.ts' as 'generate-credentials' 2023-01-06 13:32:27 +01:00
hello_world-lock.ts Draft quick README, use ENV var for passing configuration. 2023-01-06 13:44:20 +01:00
hello_world-unlock.ts Draft quick README, use ENV var for passing configuration. 2023-01-06 13:44:20 +01:00
plutus.json chore(examples): commit updated plutus.json 2023-02-01 23:54:35 -05: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