You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/aiken/index.mdx
+18-33Lines changed: 18 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,36 +6,21 @@ icon: "icons/aiken.png"
6
6
7
7
Aiken is a functional programming language created for Cardano smart contract development. It prioritizes on-chain execution and offers a user-friendly approach for building secure and efficient smart contracts, making it a valuable choice for developers aiming to create robust on-chain applications.
8
8
9
-
<Cards>
10
-
<Card
11
-
href="/aiken/getting-started"
12
-
>
13
-
## Getting Started [!toc]
14
-
15
-
Setting up your system to compile Aiken smart contracts
16
-
</Card>
17
-
18
-
<Card
19
-
href="/aiken/first-script"
20
-
>
21
-
## Write a Smart Contract [!toc]
22
-
23
-
Learn how to write your first Aiken script, with a simple redeemer
24
-
</Card>
25
-
26
-
<Card
27
-
href="/aiken/transactions"
28
-
>
29
-
## Build Transactions [!toc]
30
-
31
-
Build transactions to interact with smart contracts
32
-
</Card>
33
-
34
-
<Card
35
-
href="/smart-contracts"
36
-
>
37
-
## Smart Contract Library [!toc]
38
-
39
-
Open-source smart contracts, complete with documentation, and live demos
0 commit comments