Files
aiken/examples/hello_world
KtorZ 65c336cb82 Update blueprint outputs to reflect latest specification.
Schemas of datums, redeemers and parameters are now nested under a field 'schema'. This allows to define a field 'purpose' at the same level.
2023-03-02 17:17:27 +01:00
..
2023-01-06 13:39:18 -05:00

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