|  4ef1ba69de | ||
|---|---|---|
| .. | ||
| validators | ||
| .gitignore | ||
| README.md | ||
| aiken.lock | ||
| aiken.toml | ||
| generate-credentials.ts | ||
| hello_world-lock.ts | ||
| hello_world-unlock.ts | ||
| plutus.json | ||
		
			
				
				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_KEYenvironment variable to be set.
deno run --allow-net --allow-read hello_world-lock.ts
Unlocking Funds
Warning Require
BLOCKFROST_API_KEYenvironment variable to be set.
deno run --allow-net --allow-read hello_world-unlock.ts -- TRANSACTION_ID_FROM_LOCK