-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplates.json
More file actions
42 lines (42 loc) · 1.42 KB
/
templates.json
File metadata and controls
42 lines (42 loc) · 1.42 KB
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
[
{
"id": "hello-world",
"name": "👋 Hello World",
"description": "A basic Clarity contract that returns a greeting string",
"path": "hello-world",
"previewPath": "hello-world/contracts/hello-world.clar",
"type": "clarity"
},
{
"id": "counter",
"name": "🔢 Counter",
"description": "A stateful counter contract with increment, decrement, and get-counter functions",
"path": "counter",
"previewPath": "counter/contracts/counter.clar",
"type": "clarity"
},
{
"id": "fungible-token",
"name": "Fungible Token",
"description": "A simple fungible token implementation (SIP-010-like)",
"path": "fungible-token",
"previewPath": "fungible-token/contracts/my-token.clar",
"type": "clarity"
},
{
"id": "clarity-starter",
"name": "Clarity Starter",
"description": "A complete clarity smart contract starter template with tests and deployment scripts",
"path": "clarity-starter",
"previewPath": "clarity-starter/contracts/simple-counter.clar",
"type": "clarity"
},
{
"id": "stxer-simulation-demo",
"name": "Stxer Simulation Demo",
"description": "A complete stxer.xyz simulation demo",
"path": "stxer-simulation-demo",
"previewPath": "stxer-simulation-demo/index.ts",
"type": "stxer"
}
]