developers/index.html

24 lines
778 B
HTML
Raw Permalink Normal View History

2021-05-06 18:12:18 -07:00
<!DOCTYPE html>
<html>
2022-04-28 09:28:46 -07:00
<head>
<title>Zcash Foundation DAGs</title>
<link rel="stylesheet" href="https://unpkg.com/simpledotcss@2.0.6/simple.css"
integrity="sha256-v8KWnmx4+mlZ/f1S8frggTGREo4BpdgdZ2L2a1ZdmoA=" crossorigin="anonymous">
</head>
<body>
<h1>Zcash Foundation DAGs</h1>
<main>
<p><a href="zcash-zf-dag">Zebra & related repos</a></p>
<p><a href="zcash-zf-frost-dag">FROST</a></p>
2022-05-19 14:16:29 -07:00
<p><a href="zcash-zf-devops-dag">DevOps</a></p>
2022-04-28 09:28:46 -07:00
</main>
<footer>Generated with a <a href="https://github.com/ZcashFoundation/developers">script</a>
forked from <a href="https://github.com/zcash/developers">ECC</a>.
See also <a href="https://zcash.github.io/developers/">ECC DAGs</a>.
</footer>
</body>
2021-05-06 18:12:18 -07:00
</html>