This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathhomepage-pathway.json
60 lines (60 loc) · 2.57 KB
/
homepage-pathway.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"title": "Learn Daml",
"private": false,
"courses": [
{
"external_link": "https://www.digitalasset.com/developers/interactive-tutorials/getting-started",
"title": "Get Started with Daml",
"description": "A short series of tutorials to learn the basics of Daml development.",
"action": "Start"
},
{
"external_link": "https://www.digitalasset.com/developers/interactive-tutorials/platform-operations",
"title": "Platform operations",
"description": "Learn the basics of operating Canton such as setting up Participant Nodes and Domain",
"action": "Start"
},
{
"external_link": "https://www.digitalasset.com/developers/interactive-tutorials/fundamental-concepts",
"title": "Fundamental Daml Concepts",
"description": "Start modeling your data in Daml, understand the 'signatory', 'observer' and 'controller' keywords and learn how you can write secure and privacy respecting Daml applications.",
"action": "Start"
},
{
"external_link": "https://www.digitalasset.com/developers/interactive-tutorials/scripts",
"title": "Daml Scripts",
"description": "Test your Daml models with scripts and interact with any Daml ledger from the command line.",
"action": "Start"
},
{
"external_link": "https://www.digitalasset.com/developers/interactive-tutorials/triggers",
"title": "Automation with Daml Triggers",
"description": "Use Daml triggers to automatically execute choices when a specified ledger event occurs.",
"action": "Start"
},
{
"external_link": "https://www.digitalasset.com/developers/interactive-tutorials/upgrading",
"title": "Upgrading Daml Applications",
"description": "Learn how to upgrade running Daml aplication and migrate existing data to your new model.",
"action": "Start"
},
{
"external_link": "https://www.digitalasset.com/developers/websdk",
"title": "Web SDK",
"description": "A plain environment to use the Daml SDK in.",
"action": "Start"
}
],
"scenarios": [
{
"title": "Daml Scripts",
"description": "Test your Daml models with scripts and interact with live ledgers from the command line.",
"id": "scripts"
},
{
"title": "Automation with Daml Triggers",
"description": "Use Daml triggers to automatically execute choices when a specified ledger event occurs.",
"id": "triggers"
}
]
}