-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplates.json
44 lines (44 loc) · 1.12 KB
/
templates.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
[
{
"name":"flipper",
"description":"A simple flipper contract template",
"path":"templates/flipper.rs.template",
"template_type":"Contract"
},
{
"name":"full",
"description":"Project template with a sample contract",
"path":"templates/full",
"template_type":"Project"
},
{
"name":"blank",
"description":"Empty project template",
"path":"templates/blank",
"template_type":"Project"
},
{
"name":"workspace",
"description":"Project template with configured workspace and two crates with contracts",
"path":"templates/workspace",
"template_type":"Project"
},
{
"name":"cep18",
"description":"Project template with a sample CEP-18 contract",
"path":"templates/cep18",
"template_type":"Project"
},
{
"name":"cep78",
"description":"Project template with a sample CEP-78 contract",
"path":"templates/cep78",
"template_type":"Project"
},
{
"name":"module_register",
"description":"Cargo Odra's internal template for module registration",
"path":"templates/module_register.rs.template",
"template_type":"Internal"
}
]