mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
Add Aug learn and share
This commit is contained in:
32
data/news.ts
32
data/news.ts
@@ -1,14 +1,6 @@
|
||||
import { NewsInterface } from "@/lib/types"
|
||||
|
||||
export const newsItems: NewsInterface[] = [
|
||||
{
|
||||
type: "learn",
|
||||
title: "Diving into Plonk accumulation via aPlonk by Ralph Toledo",
|
||||
action: {
|
||||
label: "Watch",
|
||||
url: "https://www.youtube.com/live/hRXgf6T2yb8",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "post",
|
||||
title: "Learnings from the KZG Ceremony",
|
||||
@@ -17,6 +9,22 @@ export const newsItems: NewsInterface[] = [
|
||||
url: "https://mirror.xyz/privacy-scaling-explorations.eth/naTdx-u7kyirczTLSAnWwH6ZdedfTQu1yCWQj1m_n-E",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "learn",
|
||||
title: "Revisiting Nova. How to handle cycles of curves within folding schemes by Wilson Nguyen. Aug/9, 16:00 UTC",
|
||||
action: {
|
||||
label: "Detail",
|
||||
url: "https://discord.com/events/943612659163602974/1128713844987002984",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "learn",
|
||||
title: "Diving into Indexed Merkle Trees within ZK circuits by Sean Aztec. Aug/16, 12:00 UTC ",
|
||||
action: {
|
||||
label: "Detail",
|
||||
url: "https://discord.gg/pse?event=1137001447679070318",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "learn",
|
||||
title: "Folding Circom Circuit: A ZKML Case Study by Dr. Cathie So",
|
||||
@@ -25,12 +33,4 @@ export const newsItems: NewsInterface[] = [
|
||||
url: "https://www.youtube.com/live/jb6HDEtY4CI",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "event",
|
||||
title: "PSE@ETHGlobal Paris",
|
||||
action: {
|
||||
label: "Attend",
|
||||
url: "https://ethglobal.com/events/paris2023",
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user