-
Notifications
You must be signed in to change notification settings - Fork 29
/
ProjectEthereumSmartContracts.html
executable file
·106 lines (72 loc) · 2.9 KB
/
ProjectEthereumSmartContracts.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>Ethereum Smart Contracts</title>
<meta content="List of Ethereum Smart Contracts"
<meta content="Ethereum, smart contract, smart contracts" name="keywords" />
<link rel="stylesheet" type="text/css" href="lbmstylespl.css">
<!--
<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><h5>
<a target="_blank" href="http://entrances.github.com/indexlist.html"><u>I n d e x</u></a> | <a class="ex1" target="_blank" href="https://github.com/Entrances/entrances.github.com/edit/master/ProjectEthereumSmartContracts.html"><u>E d i t T h i s P a g e</u></a></h5>
</div></div>
<a name="data" id="data"></a>
<!--
<script type="text/javascript">
<!--
document.write(document.title);
//
-->
<table class="altrowstable" id="alternatecolor">
<br><br><br><h2>
<u>DESCRIPTION:</u> A comprehensive list of useful Ethereum based smart contracts<br>
<u>INSTRUCTIONS:</u> 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 this page in the menu above.<br>
</h2>
<hr>
<pre>
ETHEREUM CONTRACT NAME: TicTacToe
ETHEREUM CONTRACT URL: Unknown
ETHEREUM CONTRACT DESCRIPTION: A TicTacToe Ethereum contract
ETHEREUM CONTRACT NAME: Ethereum Smart Contracts - HTTP Query server
ETHEREUM CONTRACT URL: https://github.com/WeMeetAgain/ethereum-contract-query
ETHEREUM CONTRACT DESCRIPTION: Simple Ethereum contract HTTP query server
ETHEREUM CONTRACT NAME: Example-contracts
ETHEREUM CONTRACT URL: https://github.com/josephyzhou/example-contracts
ETHEREUM CONTRACT DESCRIPTION: A list of example contracts for ethereum
ETHEREUM CONTRACT NAME: Contract Examples
ETHEREUM CONTRACT URL: https://github.com/Jam10o/contracts
ETHEREUM CONTRACT DESCRIPTION: Contract Examples for Ethereum, in CLL and Compiled code
ETHEREUM CONTRACT NAME: DNSTest
ETHEREUM CONTRACT URL: https://github.com/Jam10o/contracts/blob/master/dnstest.txt
ETHEREUM CONTRACT DESCRIPTION: DNS testing contract example
ETHEREUM CONTRACT NAME: Namecoin Example
ETHEREUM CONTRACT URL: https://github.com/jorisbontje/cll-sim/blob/master/examples/namecoin.cll
ETHEREUM CONTRACT DESCRIPTION: Namecoin like contract example
ETHEREUM CONTRACT NAME: Ethereum Smart Contracts - Lifegiving Bazooka
ETHEREUM CONTRACT URL: https://github.com/dougbtv/lifegiving-bazooka
ETHEREUM CONTRACT DESCRIPTION: A kind of pyramid scheme example for educational purposes.
</pre>
<hr>
</body>
</html>