-
Notifications
You must be signed in to change notification settings - Fork 0
/
neo-playground-templates.json
140 lines (140 loc) · 4.82 KB
/
neo-playground-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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
[
{
"id": "neo3.java8.neow3j-java-neo3-examples",
"title": "Java Examples for Neo N3",
"description": "Various Java examples for Neo N3, mainly focusing on how develop smart contracts using Java. It includes how to develop, compile, and deploy contracts, as well as how to write an application to issue transactions to interact with the created smart contract.",
"logoUrl": "https://neow3j.io/images/neow3j-neo3.png",
"projectUrl": "https://neow3j.io",
"git": {
"url": "https://github.com/neow3j/neow3j-examples-java.git",
"modulePath": "./neo3.java8.neow3j-java-neo3-examples/git-repo"
},
"workspace": {
"path": "./git-repo"
},
"imageBuild": {
"customCmd": "cd ~/workspace && sh gradlew downloadDependencies && sh gradlew buildDependents && sh gradlew compileJava"
},
"welcome": {
"path": "./.neo-playground-welcome"
},
"chain": "neo3",
"languages": [
"java"
],
"tags": [
"java",
"neo3"
]
},
{
"id": "neo3.dotnet50.devhawk-neo-hello-oracles-sample",
"title": "Oracles: Hello World",
"description": "It contains a basic 'hello world' smart contract to demonstrate how to call Oracles.",
"logoUrl": "https://avatars1.githubusercontent.com/u/70729161?s=200&v=4",
"projectUrl": "https://github.com/devhawk",
"git": {
"url": "https://github.com/devhawk/neo-hello-oracles-sample",
"modulePath": "./neo3.dotnet50.devhawk-neo-hello-oracles-sample/git-repo"
},
"workspace": {
"path": "./git-repo"
},
"chain": "neo3",
"languages": [
"dotnet"
],
"tags": [
"dotnet",
"neo3"
]
},
{
"id": "neo3.dotnet50.devhawk-neo-fungible-token-sample",
"title": "Fungible Token Example",
"description": "It contains all files needed to create you first fungible token.",
"logoUrl": "https://avatars3.githubusercontent.com/u/8965?s=460&u=bddbc9c5ed69a82533bbaa8492166e65e11fbaeb&v=4",
"projectUrl": "https://github.com/devhawk",
"git": {
"url": "https://github.com/devhawk/neo-fungible-token-sample",
"modulePath": "./neo3.dotnet50.devhawk-neo-fungible-token-sample/git-repo"
},
"workspace": {
"path": "./git-repo"
},
"chain": "neo3",
"languages": [
"dotnet"
],
"tags": [
"dotnet",
"neo3"
]
},
{
"id": "neo3.dotnet50.devhawk-neo-registrar-sample",
"title": "Domain/Registrar Example",
"description": "It contains the <a href=\"https://github.com/neo-project/examples/tree/0ab03a0ed5e1e331b756d9ad51b01657385470c7/csharp/Domain\" target=\"_blank\">Domain Smart Contract sample</a> updated for Neo N3 and with additional assets that can be used with the Neo 3 version of the <a href=\"https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo-blockchain-toolkit\" target=\"_target\">Neo Blockchain Toolkit</a>.",
"logoUrl": "https://avatars3.githubusercontent.com/u/8965?s=460&u=bddbc9c5ed69a82533bbaa8492166e65e11fbaeb&v=4",
"projectUrl": "https://github.com/devhawk",
"git": {
"url": "https://github.com/devhawk/neo-registrar-sample",
"modulePath": "./neo3.dotnet50.devhawk-neo-registrar-sample/git-repo"
},
"workspace": {
"path": "./git-repo"
},
"chain": "neo3",
"languages": [
"dotnet"
],
"tags": [
"dotnet",
"neo3"
]
},
{
"id": "neo3.go115.nspcc-dev-neo-go-examples-token-sale",
"title": "Token Sale Example",
"description": "This template provides everything you need to start a token sale, with a Golang Smart Contract.",
"logoUrl": "https://avatars1.githubusercontent.com/u/45291212?s=200&v=4",
"projectUrl": "https://nspcc.ru/en/",
"git": {
"url": "https://github.com/nspcc-dev/neo-go",
"modulePath": "./neo3.go115.nspcc-dev-neo-go-examples-token-sale/git-repo"
},
"workspace": {
"path": "./git-repo/examples"
},
"chain": "neo3",
"languages": [
"golang"
],
"tags": [
"golang",
"neo3"
]
},
{
"id": "neo3.python37.cityofzion-neo3-boa-examples",
"title": "Python Smart Contract Examples",
"description": "This template provides Python smart contracts directly from the <a href=\"https://github.com/CityOfZion/neo3-boa\" target=\"_blank\">CityOfZion/neo3-boa</a> GitHub repository. It includes all tools to start developing your Python-based smart contracts.",
"logoUrl": "https://avatars.githubusercontent.com/u/29782569?s=200&v=4",
"projectUrl": "https://docs.coz.io/neo3/boa/",
"git": {
"url": "https://github.com/CityOfZion/neo3-boa",
"modulePath": "./neo3.python37.cityofzion-neo3-boa-examples/git-repo"
},
"workspace": {
"path": "./git-repo/boa3_test/examples"
},
"chain": "neo3",
"languages": [
"python"
],
"tags": [
"python",
"neo3"
]
}
]