-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
22 lines (22 loc) · 1.14 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
<!DOCTYPE html>
<html>
<head>
<title>Zcash Developers Hub</title>
</head>
<body>
<h1>Zcash Developers Hub</h1>
<p>Eventually this will be a common resource for development teams working on Zcash.</p>
<p>Currently this is just hosting DAGs showing dependencies between issues and PRs, for several Zcash teams.</p>
<p><a href="zcash-core-dag">ECC core team DAG</a></p>
<p><a href="zcash-halo2-dag">Halo2-focused DAG</a></p>
<p><a href="zcash-tfl-dag">TFL-focused DAG</a></p>
<p><a href="zcash-wallet-dag">ECC wallet team DAG</a></p>
<p><a href="zcash-wallet-android-dag">ECC wallet team Android DAG</a></p>
<p><a href="zcash-wallet-ios-dag">ECC wallet team iOS DAG</a></p>
<p><a href="zcash-zf-dag">ZF DAG</a></p>
<p><a href="zcash-zcashd-deprecation-dag"><code>zcashd</code> deprecation DAG</a></p>
<p><a href="zcash-sprout-deprecation-dag">Sprout pool deprecation DAG</a></p>
<p><a href="zcash-transparent-deprecation-dag">Transparent pool deprecation DAG</a></p>
<p><a href="zashi-pipeline">Zashi pipeline</a></p>
</body>
</html>