aiken/examples/hello_world
microproofs 8f825f68b1
commit new example for benchmarking
2024-07-17 12:52:28 +02:00
..
validators Cargo fmt 2023-08-07 19:00:39 -04:00
.gitignore feat(cli): rework uplc subcommands 2023-06-01 23:50:59 -04:00
README.md update cli documentation 2023-03-07 19:15:03 -05:00
aiken.lock fix(config): add default for plutus version 2024-05-22 13:59:56 -04:00
aiken.toml commit new example for benchmarking 2024-07-17 12:52:28 +02: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 commit new example for benchmarking 2024-07-17 12:52:28 +02: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