-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (90 loc) · 11.4 KB
/
index.html
File metadata and controls
98 lines (90 loc) · 11.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>EEA GitHub Pages Index</title>
<style>
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#0b1220;color:#e7eaf0;}
.wrap{max-width:980px;margin:0 auto;padding:28px 18px 60px;}
h1{margin:0 0 6px;font-size:28px;}
.sub{margin:0 0 12px;color:rgba(231,234,240,.85);}
.toplinks{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px;}
.toplinks a{color:rgba(231,234,240,.92);text-decoration:none;font-weight:700;font-size:12px;padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);}
.toplinks a:hover{border-color:rgba(122,162,255,.45);box-shadow:0 0 0 1px rgba(122,162,255,.08) inset;}
h2{margin:26px 0 10px;font-size:18px;}
.note{margin:0 0 12px;color:rgba(231,234,240,.85);}
.grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;}
.grid li{position:relative;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px 16px 14px;min-height:140px;}
/* Active-state visual treatment (badge + glow) */
.active-grid li{border-color:rgba(122,162,255,.40);box-shadow:0 0 0 1px rgba(122,162,255,.10) inset, 0 18px 45px rgba(0,0,0,.35), 0 0 30px rgba(122,162,255,.24);}
.active-grid li::before{content:"ACTIVE";position:absolute;top:14px;left:50%;transform:translateX(-50%);padding:6px 10px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg, rgba(140,170,255,1), rgba(112,128,255,1));color:#0b1220;font-weight:950;font-size:11px;letter-spacing:.6px;}
/* Special treatment for Working Group (WG) pages */
.active-grid li.wg{border-color:rgba(64, 220, 160, .45);box-shadow:0 0 0 1px rgba(64, 220, 160, .12) inset, 0 18px 45px rgba(0,0,0,.35), 0 0 34px rgba(64, 220, 160, .22);}
.active-grid li.wg::before{content:"WG";background:linear-gradient(180deg, rgba(90, 255, 190, 1), rgba(34, 200, 140, 1));}
/* Inactive section should feel like an archive list (not the same card treatment) */
.inactive-grid{grid-template-columns:1fr;}
.inactive-grid li{min-height:auto;background:transparent;border-style:dashed;opacity:.75;}
.inactive-grid li::before{display:none;}
.inactive-grid .desc{display:none;}
.row{display:flex;gap:10px;align-items:baseline;justify-content:space-between;flex-wrap:wrap;margin-top:0;}
.active-grid .row{margin-top:42px;}
.name{color:#9ad1ff;text-decoration:none;font-weight:900;}
.name:hover{text-decoration:underline;}
.meta{color:rgba(231,234,240,.7);font-size:12px;}
.desc{margin-top:6px;color:rgba(231,234,240,.9);}
.links{margin-top:8px;font-size:12px;color:rgba(231,234,240,.75);}
.links a{color:rgba(231,234,240,.9);}
.footer{margin-top:26px;font-size:12px;color:rgba(231,234,240,.65);}
code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;}
</style>
</head>
<body>
<div class="wrap">
<h1>EEA GitHub Pages</h1>
<p class="sub">Active pages from the Enterprise Ethereum Alliance — specs, working group outputs, and operational resources.</p>
<div class="toplinks">
<a href="https://entethalliance.org/">Website</a>
<a href="https://github.com/EntEthAlliance/">GitHub</a>
<a href="https://lu.ma/eea.eth">Luma</a>
<a href="https://www.linkedin.com/company/enterpriseethereumalliance/">LinkedIn</a>
<a href="https://x.com/EntEthAlliance">X (Twitter)</a>
</div>
<h2>Active Pages</h2>
<p class="note">Recently updated (last 6 months).</p>
<ul class="grid active-grid">
<li><div class="row"><a class="name" href="https://entethalliance.github.io/rnd-rwa-erc3643-eas/">Shibui (RWA Identity Bridge)</a><span class="meta">Last update: 2026-04-15</span></div><div class="desc">Docs and demo for bridging EAS attestations into ERC-3643 token compliance (RWA identity enforcement).</div><div class="links"><a href="https://entethalliance.github.io/rnd-rwa-erc3643-eas/">Pages</a> · <a href="https://github.com/EntEthAlliance/rnd-rwa-erc3643-eas">Repo</a></div></li>
<li class="wg"><div class="row"><a class="name" href="https://entethalliance.github.io/wg-crosschain/">Crosschain WG</a><span class="meta">Last update: 2026-04-13</span></div><div class="desc">Working group hub for crosschain interoperability specs, drafts, and supporting artifacts.</div><div class="links"><a href="https://entethalliance.github.io/wg-crosschain/">Pages</a> · <a href="https://github.com/EntEthAlliance/wg-crosschain">Repo</a></div></li>
<li class="wg"><div class="row"><a class="name" href="https://entethalliance.github.io/wg-privacy/">Privacy WG</a><span class="meta">Last update: 2026-04-07</span></div><div class="desc">Interactive publication and materials from the EEA Privacy Working Group.</div><div class="links"><a href="https://entethalliance.github.io/wg-privacy/">Pages</a> · <a href="https://github.com/EntEthAlliance/wg-privacy">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/ops-finance/">Ops Finance (Education Hub)</a><span class="meta">Last update: 2026-03-22</span></div><div class="desc">The EEA’s central education hub: finance class, Ethereum 101, and builder-ready resources.</div><div class="links"><a href="https://entethalliance.github.io/ops-finance/">Pages</a> · <a href="https://github.com/EntEthAlliance/ops-finance">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/ops-solution-catalog/">Solution Catalog</a><span class="meta">Last update: 2025-12-19</span></div><div class="desc">EEA’s catalog of enterprise Ethereum solutions, vendors, and member-facing offerings.</div><div class="links"><a href="https://entethalliance.github.io/ops-solution-catalog/">Pages</a> · <a href="https://github.com/EntEthAlliance/ops-solution-catalog">Repo</a></div></li>
</ul>
<h2>Inactive Pages</h2>
<p class="note">No updates in the last 6 months (banner added; repos archived).</p>
<ul class="grid inactive-grid">
<li><div class="row"><a class="name" href="https://entethalliance.github.io/wg-eta-registry/">wg-eta-registry</a><span class="meta">Last update: 2025-05-01</span></div><div class="desc">The repository for developing the EthTrust Security levels specification</div><div class="links"><a href="https://entethalliance.github.io/wg-eta-registry/">Pages</a> · <a href="https://github.com/EntEthAlliance/wg-eta-registry">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/wg-drama/">wg-drama</a><span class="meta">Last update: 2025-03-20</span></div><div class="desc">Defi Risk Assessment</div><div class="links"><a href="https://entethalliance.github.io/wg-drama/">Pages</a> · <a href="https://github.com/EntEthAlliance/wg-drama">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/wg-ethtrust-quality/">wg-ethtrust-quality</a><span class="meta">Last update: 2025-02-20</span></div><div class="desc">Ethereum Training Quality WG repository</div><div class="links"><a href="https://entethalliance.github.io/wg-ethtrust-quality/">Pages</a> · <a href="https://github.com/EntEthAlliance/wg-ethtrust-quality">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/testing-space/">testing-space</a><span class="meta">Last update: 2023-10-23</span></div><div class="desc">temporary testing repo</div><div class="links"><a href="https://entethalliance.github.io/testing-space/">Pages</a> · <a href="https://github.com/EntEthAlliance/testing-space">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/authority-to-operate/">authority-to-operate</a><span class="meta">Last update: 2023-07-05</span></div><div class="desc">—</div><div class="links"><a href="https://entethalliance.github.io/authority-to-operate/">Pages</a> · <a href="https://github.com/EntEthAlliance/authority-to-operate">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/testing-wg/">testing-wg</a><span class="meta">Last update: 2022-12-06</span></div><div class="desc">Testing Working Group</div><div class="links"><a href="https://entethalliance.github.io/testing-wg/">Pages</a> · <a href="https://github.com/EntEthAlliance/testing-wg">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/client-spec/">client-spec</a><span class="meta">Last update: 2022-11-21</span></div><div class="desc">The Enterprise Ethereum Client Specification</div><div class="links"><a href="https://entethalliance.github.io/client-spec/">Pages</a> · <a href="https://github.com/EntEthAlliance/client-spec">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/tokenization/">tokenization</a><span class="meta">Last update: 2022-09-26</span></div><div class="desc">A repository used by the Tokenization Interest Group</div><div class="links"><a href="https://entethalliance.github.io/tokenization/">Pages</a> · <a href="https://github.com/EntEthAlliance/tokenization">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/BFT-algo/">BFT-algo</a><span class="meta">Last update: 2021-09-07</span></div><div class="desc">Proposals for member-only discussion on BFT algorithm proposals</div><div class="links"><a href="https://entethalliance.github.io/BFT-algo/">Pages</a> · <a href="https://github.com/EntEthAlliance/BFT-algo">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/trusted-computing/spec.html">trusted-computing</a><span class="meta">Last update: 2021-07-07</span></div><div class="desc">Off-chain Trusted Compute specification (see spec.html).</div><div class="links"><a href="https://entethalliance.github.io/trusted-computing/spec.html">Pages</a> · <a href="https://github.com/EntEthAlliance/trusted-computing">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/eminent/">eminent</a><span class="meta">Last update: 2020-09-03</span></div><div class="desc">EEA Member repository for the Eminent Task Force of the Main Net Working Group</div><div class="links"><a href="https://entethalliance.github.io/eminent/">Pages</a> · <a href="https://github.com/EntEthAlliance/eminent">Repo</a></div></li>
<li><div class="row"><a class="name" href="https://entethalliance.github.io/TokenTaxonomyFramework/">TokenTaxonomyFramework</a><span class="meta">Last update: 2020-06-02</span></div><div class="desc">THIS REPO HAS BEEN MOVED - https://interwork-alliance.github.io/TokenTaxonomyFramework/</div><div class="links"><a href="https://entethalliance.github.io/TokenTaxonomyFramework/">Pages</a> · <a href="https://github.com/EntEthAlliance/TokenTaxonomyFramework">Repo</a></div></li>
</ul>
<h2>Redirects</h2>
<ul>
<li><a href="/solutioncat/">/solutioncat/</a></li>
<li><a href="/eea-fineth/">/eea-fineth/</a></li>
</ul>
<div class="footer">
<div>Notes: Active = updated in the last ~6 months. Inactive repos are archived and include an on-site banner pointing to the EEA GitHub org.</div>
<div>Some repo links may be members-only (private repos can appear as 404 to unauthenticated visitors).</div>
<div>Last updated: 2026-04-16.</div>
</div>
</div>
</body>
</html>