forked from 621625/bitcoinmeetups.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectEthereumSmartContracts.html
More file actions
200 lines (140 loc) · 4.12 KB
/
ProjectEthereumSmartContracts.html
File metadata and controls
200 lines (140 loc) · 4.12 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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE HTML>
<html>
<head>
<title>Ethereum Smart Contracts</title>
<meta content="Meet Bitcoiners locally. Huge list of local bitcoin meetups everywhere in the world including New York, Tokyo and perhaps your local city. We have a LINE messaging group for each and every meetup available which you can join for free. Also collaborative open source projects on Github"
<meta content="Bitcoin, bitmessage, meetup, localbitcoin, meetup.com, localbitcoins.com, global, worldwide meetups, local meetups, bitcoinmeetups.org, github" name="keywords" />
<link rel="stylesheet" type="text/css" href="lbmstyles.css">
<!-- Javascript goes in the document HEAD -->
<script type="text/javascript">
function altRows(id){
if(document.getElementsByTagName){
var table = document.getElementById(id);
var rows = table.getElementsByTagName("tr");
for(i = 0; i < rows.length; i++){
if(i % 2 == 0){
rows[i].className = "evenrowcolor";
}else{
rows[i].className = "oddrowcolor";
}
}
}
}
window.onload=function(){
altRows('alternatecolor');
}
</script>
</head>
<body>
<div id="topLeft"><div align="center">
<strong><a class="ex1" href="https://entrances.github.com/indexlist.html">Index</a></strong></strong> <a class="ex1" href="#about"> <strong>About</strong></a><strong> <a class="ex1" href="#data">Data</a> <a class="ex1" href="https://github.com/Entrances/entrances.github.com/edit/master/ProjectEthereumSmartContracts.html">Edit data</a>
<h5>
Join the SKYPE voice and video meetup groups by adding user <u>bitscript1</u> as a friend and sending a message in which you state what group(s) you want to belong to<br></h5>
</div></div>
<a name="data" id="data"></a>
<br><br><br>
<div align="center">
<script type="text/javascript">
<!--
document.write(document.title);
//-->
</script>
</div>
<br>
<table class="altrowstable" id="alternatecolor">
<!--
BEGINNING TABLE
-->
<tbody>
<tr>
<td>
<a href="https://www.okpay.com/process.html?ok_receiver=OK540165438&ok_item_1_name=Web+Consulting&ok_currency=EUR&ok_item_1_type=service&ok_item_1_price=1">Contract Name and URL: TicTacToe </a>
</td>
<td>
Description: A TicTacToe Ethereum contract
</td>
<td>
Skype Group Name: Ethereum Smart Contracts
</td>
</tr>
<tr>
<td>
<a href="https://github.com/WeMeetAgain/ethereum-contract-query">Contract Name and URL: Ethereum-Contract-Query</a>
</td>
</td>
<td>
Description: Simple Ethereum contract HTTP query server
</td>
<td>
Skype Group Name: Ethereum Smart Contracts
</td>
</tr>
<tr>
<td>
<a href="https://github.com/josephyzhou/example-contracts">Contract Name and URL: Example-contracts
</a>
</td>
</td>
<td>
A list of example contracts for ethereum
</td>
<td>
Skype Group Name: Ethereum Smart Contracts
</td>
</tr>
<tr>
<td>
<a href="https://github.com/Jam10o/contracts">Contract Name and URL: Contracts
</a>
</td>
</td>
<td>
Contract Examples for Ethereum, in CLL and Compiled code
</td>
<td>
Skype Group Name: Ethereum Smart Contracts
</td>
</tr>
<tr>
<td>
<a href="https://github.com/Jam10o/contracts/blob/master/dnstest.txt">Contract Name and URL: DNSTest
</a>
</td>
</td>
<td>
DNS testing contract example
</td>
<td>
Skype Group Name: Ethereum Smart Contracts
</td>
</tr>
<tr>
<td>
<a href="https://github.com/jorisbontje/cll-sim/blob/master/examples/namecoin.cll">Contract Name and URL: Namecoin example
</a>
</td>
</td>
<td>
Namecoin like contract example
</td>
<td>
Skype Group Name: Ethereum Smart Contracts
</td>
</tr>
</tbody></table>
<!--
END TABLE
-->
<a name="about" id="about"></a>
<hr>
<br>
<strong><u>Ethereum Smart Contracs</u></strong><br />
<br>
A comprehensive list of useful Ethereum based smart contracts and Skype Groups for voIP discussions and meetups.
<br />
<br />
If you want to add something to the list or perhaps remove or correct something, please edit the page on Github by clicking on edit data in the menu above.<br><br>
</body>
</html>
<!-- Test comments
adding some comments here for testing purposes-->