Skip to content

Commit e8f7aa2

Browse files
committed
update content
1 parent 441befd commit e8f7aa2

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Zero Knowledge Canon"
3+
description: 'A set of resources for those seeking to understand, go deeper, and build with all things zero knowledge'
4+
authors: ['@a16zcrypto']
5+
level: Beginner
6+
tags: ['Web3']
7+
languages: []
8+
url: "https://a16zcrypto.com/posts/article/zero-knowledge-canon/"
9+
dateAdded: 2023-12-13
10+
---
11+
12+
A set of resources for those seeking to understand, go deeper, and build with all things zero knowledge: powerful, foundational technologies that hold the keys to blockchain scalability, and which represent the future of privacy-preserving applications — including applications in crypto/web3 — and countless other innovations to come.

src/components/layouts/topnav.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ export function TopnavLayout(props: Props) {
3333

3434
{/* <Alert text="🌱 If you like useWeb3 - considering donating in the current Gitcoin Grants round." url={GITCOIN_GRANT} type="success" center /> */}
3535

36-
<Alert
37-
text="✨ I'm participating in Optimimsm's RPGF Round 3.
38-
Check out my submission to support my work"
39-
url={'https://vote.optimism.io/retropgf/3/application/0x7a1947b73ddb3943d864d089f552222edca3de46a42cbebf8d873f139aeef609'}
40-
type="success"
41-
center
42-
/>
43-
4436
<Header />
4537

4638
<main className={styles.content}>

0 commit comments

Comments
 (0)