-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (153 loc) · 7.47 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open Labels Initiative</title>
<meta name="description" content="The Open Labels Initiative is an open-source project aimed at standardizing data labeling for machine learning.">
<meta name="keywords" content="Open Labels Initiative, OLI, open-source, data labeling, machine learning">
<meta name="author" content="Open Labels Initiative Team">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
margin: 0;
padding: 0;
color: #333;
line-height: 1.6;
}
.header-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
}
header {
padding: 20px 20px;
max-width: 800px;
margin: auto;
border-bottom: 1px solid #eaeaea;
}
.logo img {
width: 250px;
}
nav ul {
list-style: none;
padding: 0;
margin: 0;
}
nav ul li {
display: inline;
margin-right: 20px;
}
a {
text-decoration: none;
color: #007bff;
font-weight: 600;
}
main {
padding: 40px 20px;
max-width: 800px;
margin: auto;
}
section {
margin-bottom: 40px;
}
.introduction h1 {
font-size: 2rem;
margin-bottom: 20px;
}
.introduction p {
font-size: 1.2rem;
margin-bottom: 30px;
}
.button {
display: inline-block;
padding: 10px 25px;
background-color: #007bff;
color: #fff;
border-radius: 5px;
font-weight: 600;
transition: background-color 0.3s ease;
}
.button:hover {
background-color: #0056b3;
}
footer {
text-align: center;
padding: 20px;
border-top: 1px solid #eaeaea;
}
.contributors img {
width: 200px;
margin: 10px;
}
</style>
</head>
<body>
<header>
<div class="header-wrapper">
<div class="logo">
<img src="oli-logo.svg" alt="Open Labels Initiative Logo">
</div>
<nav>
<ul>
<li><a href="https://github.com/openlabelsinitiative/OLI" target="_blank">GitHub</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="introduction">
<h1>Open Labels Initiative</h1>
<p>A standardized framework and data model for EVM address labeling.</p>
<a href="https://github.com/openlabelsinitiative/OLI" target="_blank" class="button">View on GitHub</a>
<p>Upcoming community calls can be found in our <a href="https://calendar.google.com/calendar/u/3?cid=MmQ0MzYxNzQ3ZGFiY2M3ZDJkZjk0NjZiYmY3MmNmZDUwZTNjMjE2OTQ4YzgyNmI4OTBmYjYyN2VmNGRjNjQ4OEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t" target="_blank">Google Calendar</a>!</p>
</section>
<section class="goal">
<h2>Goal</h2>
<p>This initiative tackles the issue of isolated and non-standardized datasets of address labels within the blockchain community. It introduces a flexible, open and community owned data framework for anyone to use and contribute to.</p>
<p>By aligning on a single framework for address labels, we streamline our labeling efforts, avoid redundant work and make it easier to share datasets within the community.</p>
<p>The OLI repository functions as the community maintainer of the OLI framework. Additionally, it serves as a neutral entity that provides tools for data entry through attestations and automated activity tagging.</p>
</section>
<section class="tagging">
<h2>Tagging</h2>
<p>Labelling is performed by assigning a pre-defined `tag_id` with a `value` to an `address` & `chain_id` combination. Each address can have as many tags assigned as it wants, but each `tag_id` can only be assigned once per `address`.</p>
<p><strong>Key Fields:</strong></p>
<ul>
<li>`address`: the hexadecimal public address of a smart contract or externally owned account (EOA)</li>
<li>`chain_id`: unique identifier as defined by <a href="https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md" target="_blank">EIP-155</a> or <a href="https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-2.md" target="_blank">CAIP-2</a></li>
<li>`tag_id`: tag IDs represent a wide range of concepts. For OLI-compliant tags, please refer to <a href="https://github.com/openlabelsinitiative/OLI/blob/main/tags/tag_definitions.yml" target="_blank">tag_defintions.yml</a>.</li>
<li>`value`: Each `tag_id` has a value field that specifies the content of the tag applied.</li>
</ul>
<img src="https://raw.githubusercontent.com/openlabelsinitiative/OLI/refs/heads/main/data_model/data_model.svg" alt="Data Model" width="400">
</section>
<section class="contributors">
<h2>Contributors</h2>
<h3>Founding Members</h3>
<a href="https://www.growthepie.xyz/" target="_blank"><img src="https://i.ibb.co/54W8j8K/Group-165.png" alt="growthepie logo"></a>
<a href="https://www.walletlabels.xyz/" target="_blank"><img src="https://i.ibb.co/DMkw90y/Wallet-Labels-logo.png" alt="Walletlabels logo"></a>
</section>
<section class="sponsors">
<h2>Sponsors</h2>
<p>The <a href="https://ethereum.foundation/" target="_blank">Ethereum Foundation</a> funded this effort as part of the <a href="https://esp.ethereum.foundation/data-collection-grants" target="_blank">Data Collection Grants</a>.</p>
</section>
<section class="supporters">
<h2>Other Supporters</h2>
<ul>
<li><a href="https://github.com/ccerv1" target="_blank">Carl Cervone</a> & <a href="https://github.com/ryscheng" target="_blank">Raymond Cheng</a> | <a href="https://github.com/opensource-observer" target="_blank">Open Source Observer</a></li>
<li><a href="https://github.com/MSilb7" target="_blank">Michael Silberling</a> | <a href="https://www.oplabs.co/" target="_blank">OP Labs</a></li>
<li><a href="https://github.com/sslivkoff" target="_blank">Storm</a> & <a href="https://github.com/samczsun/" target="_blank">samczsun</a> | <a href="https://www.paradigm.xyz/" target="_blank">Paradigm</a></li>
<li><a href="https://dune.com/" target="_blank">Dune</a></li>
<li><a href="https://www.allium.so/" target="_blank">Allium</a></li>
<li><a href="https://www.blockscout.com/" target="_blank">Blockscout</a></li>
<li><a href="https://www.artemis.xyz/" target="_blank">Artemis</a></li>
<li><a href="https://routescan.io/" target="_blank">Routescan</a></li>
<li><a href="https://guild.xyz/" target="_blank">Guild</a></li>
</ul>
</section>
</main>
<footer>
<p>© 2024 Open Labels Initiative. All rights reserved.</p>
</footer>
</body>
</html>