mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 22:28:03 -05:00
Replace PSE references with new name (#538)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Privacy & Scaling Explorations
|
||||
# Privacy Stewards of Ethereum
|
||||
|
||||
Enhancing Ethereum through cryptographic research and collective experimentation.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import { AppLink } from "@/components/app-link"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "About",
|
||||
description: "About the Privacy & Scaling Explorations community",
|
||||
description: "About the Privacy Stewards of Ethereum community",
|
||||
}
|
||||
|
||||
export default async function AboutPage() {
|
||||
|
||||
@@ -18,7 +18,7 @@ import { AppLink } from "@/components/app-link"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Resources",
|
||||
description: "Resources for the Privacy & Scaling Explorations community",
|
||||
description: "Resources for the Privacy Stewards of Ethereum community",
|
||||
}
|
||||
|
||||
interface ResourceItemProps {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { NextResponse } from "next/server"
|
||||
|
||||
const CHANNEL_ID = "UCh7qkafm95-kRiLMVPlbIcQ" // Privacy & Scaling Explorations channel ID
|
||||
const CHANNEL_ID = "UCh7qkafm95-kRiLMVPlbIcQ" // Privacy Stewards of Ethereum channel ID
|
||||
const MAX_VIDEOS = 6
|
||||
|
||||
export const revalidate = 3600
|
||||
@@ -83,7 +83,7 @@ function parseVideosFromXml(xmlData: string) {
|
||||
description,
|
||||
thumbnailUrl,
|
||||
publishedAt,
|
||||
channelTitle: "Privacy & Scaling Explorations",
|
||||
channelTitle: "Privacy Stewards of Ethereum",
|
||||
url: `https://www.youtube.com/watch?v=${videoId}`,
|
||||
})
|
||||
} catch (error) {
|
||||
|
||||
@@ -24,7 +24,7 @@ export const LABELS = {
|
||||
},
|
||||
FOOTER: {
|
||||
DESCRIPTION:
|
||||
"Privacy + Scaling Explorations is a multidisciplinary team supported by the Ethereum Foundation.",
|
||||
"Privacy Stewards of Ethereum is a multidisciplinary team supported by the Ethereum Foundation.",
|
||||
PRIVACY_POLICY: "Privacy Policy",
|
||||
TERMS_OF_USE: "Terms of use",
|
||||
},
|
||||
|
||||
@@ -59,7 +59,7 @@ export const metadata: Metadata = {
|
||||
metadataBase: new URL("https://pse.dev"),
|
||||
description: siteConfig.description,
|
||||
keywords: [
|
||||
"Privacy & Scaling Explorations",
|
||||
"Privacy Stewards of Ethereum",
|
||||
"Zero Knowledge Proofs",
|
||||
"ZK Proofs",
|
||||
"Cryptography",
|
||||
@@ -87,11 +87,11 @@ export const metadata: Metadata = {
|
||||
],
|
||||
authors: [
|
||||
{
|
||||
name: "Privacy + Scaling Explorations",
|
||||
name: "Privacy Stewards of Ethereum",
|
||||
url: "https://pse.dev",
|
||||
},
|
||||
],
|
||||
creator: "Privacy + Scaling Explorations",
|
||||
creator: "Privacy Stewards of Ethereum",
|
||||
openGraph: {
|
||||
images: [
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export const metadata: Metadata = {
|
||||
"application/rss+xml": [
|
||||
{
|
||||
url: "/api/rss",
|
||||
title: "RSS Feed for Privacy & Scaling Explorations",
|
||||
title: "RSS Feed for Privacy Stewards of Ethereum",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export type SiteConfig = typeof siteConfig
|
||||
|
||||
export const siteConfig = {
|
||||
name: "Privacy & Scaling Explorations",
|
||||
name: "Privacy Stewards of Ethereum",
|
||||
description:
|
||||
"Enhancing Ethereum through cryptographic research and collective experimentation.",
|
||||
url: "https://pse.dev",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
authors: ["PSE Team"]
|
||||
title: "A Technical Introduction to MACI 1.0 - Privacy & Scaling Explorations"
|
||||
title: "A Technical Introduction to MACI 1.0 - Privacy Stewards of Ethereum"
|
||||
image: null
|
||||
tldr: ""
|
||||
date: "2022-08-29"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
authors: ["PSE Team"]
|
||||
title: "BLS Wallet: Bundling up data - Privacy & Scaling Explorations"
|
||||
title: "BLS Wallet: Bundling up data - Privacy Stewards of Ethereum"
|
||||
image: null
|
||||
tldr: "BLS Wallet is an end-to-end system allowing wallets, dapps, and L2 nodes to easily plug the moon math magic of BLS signatures directly into their code."
|
||||
date: "2022-08-26"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
authors: ["Nico"]
|
||||
title: "Learnings from the KZG Ceremony"
|
||||
image: "/articles/learnings-from-the-kzg-ceremony/learnings-from-the-kzg-ceremony-cover.webp"
|
||||
tldr: "This post was authored by [Nico](https://github.com/NicoSerranoP/), a frontend developer working in the [Privacy & Scaling Explorations Team (PSE)](https://appliedzkp.org/). Nico summarizes the learnings and challenges he faced during the development and deployment of the [KZG Ceremony](https://ceremony.ethereum.org/)."
|
||||
tldr: "This post was authored by [Nico](https://github.com/NicoSerranoP/), a frontend developer working in the [Privacy Stewards of Ethereum Team (PSE)](https://appliedzkp.org/). Nico summarizes the learnings and challenges he faced during the development and deployment of the [KZG Ceremony](https://ceremony.ethereum.org/)."
|
||||
date: "2023-07-11"
|
||||
canonical: "https://mirror.xyz/privacy-scaling-explorations.eth/naTdx-u7kyirczTLSAnWwH6ZdedfTQu1yCWQj1m_n-E"
|
||||
tags:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
authors: ["PSE Team"]
|
||||
title: "Meet COCO! - Privacy & Scaling Explorations"
|
||||
title: "Meet COCO! - Privacy Stewards of Ethereum"
|
||||
image: null
|
||||
tldr: "Originally published on Jan 27, 2022"
|
||||
date: "2022-08-29"
|
||||
|
||||
@@ -26,7 +26,7 @@ This post was authored by **Kyle Charbonnet**, team lead of PSE Security.
|
||||
|
||||
## What is the PSE Security Team?
|
||||
|
||||
The Privacy & Scaling Explorations (PSE) team at the Ethereum Foundation has a dedicated security division focused on finding bugs and strengthening security in Ethereum’s L2 and zero-knowledge ecosystems. Bugs in these areas can have critical consequences, so proactive security is essential, especially in such fast-evolving domains.
|
||||
The Privacy Stewards of Ethereum (PSE) team at the Ethereum Foundation has a dedicated security division focused on finding bugs and strengthening security in Ethereum’s L2 and zero-knowledge ecosystems. Bugs in these areas can have critical consequences, so proactive security is essential, especially in such fast-evolving domains.
|
||||
|
||||
---
|
||||
|
||||
@@ -114,7 +114,7 @@ Both the **ZK Bug Tracker** and **Bridge Bug Tracker** are open to community con
|
||||
|
||||
### Stay Updated
|
||||
|
||||
Subscribe to [Privacy & Scaling Explorations](https://pse.dev) to get the latest on research, tooling, and security efforts.
|
||||
Subscribe to [Privacy Stewards of Ethereum](https://pse.dev) to get the latest on research, tooling, and security efforts.
|
||||
|
||||
Mint this entry as an NFT to add it to your collection.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
authors: ["PSE Team"]
|
||||
title: "Release Announcement: MACI 1.0 - Privacy & Scaling Explorations"
|
||||
title: "Release Announcement: MACI 1.0 - Privacy Stewards of Ethereum"
|
||||
image: null
|
||||
tldr: ""
|
||||
date: "2022-08-29"
|
||||
@@ -25,7 +25,7 @@ projects: ["maci"]
|
||||
|
||||
Originally published on Oct 12, 2021:
|
||||
|
||||
The Privacy & Scaling Explorations team is proud to release version 1.0 of Minimal Anti-Collusion Infrastructure (MACI). MACI enables collusion resistance for decentralised applications, particularly voting and quadratic funding systems. This release is a major upgrade to the project and provides better developer experience and gas savings for users.
|
||||
The Privacy Stewards of Ethereum team is proud to release version 1.0 of Minimal Anti-Collusion Infrastructure (MACI). MACI enables collusion resistance for decentralised applications, particularly voting and quadratic funding systems. This release is a major upgrade to the project and provides better developer experience and gas savings for users.
|
||||
|
||||
The code is in the `v1` branch of the `appliedzkp/maci`repository and will be merged soon.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
authors: ["PSE Team"]
|
||||
title: "Semaphore V2 is Live! - Privacy & Scaling Explorations"
|
||||
title: "Semaphore V2 is Live! - Privacy Stewards of Ethereum"
|
||||
image: null
|
||||
tldr: "We’re excited to share that [Semaphore V2](https://github.com/semaphore-protocol/semaphore/releases/tag/v2.0.0) has just been released with lots of improvements to the protocol and developer tooling, thanks to extensive contributions by [Cedoor](https://github.com/cedoor) and [Andrija Novakovic](https://github.com/akinovak)."
|
||||
date: "2022-08-26"
|
||||
|
||||
@@ -50,7 +50,7 @@ The TLSNotary protocol presents a compelling alternative to other solutions for
|
||||
|
||||
For more introductory information, see our [website](https://tlsnotary.org/) which also includes some example use-cases and a link to our (work-in-progress) documentation.
|
||||
|
||||
TLSNotary is a project under the [Privacy & Scaling Explorations (PSE)](https://pse.dev/) team at the Ethereum Foundation. PSE is a multi-disciplinary team exploring how programmable cryptography can be applied to enhance privacy and scale trust-minimized systems.
|
||||
TLSNotary is a project under the [Privacy Stewards of Ethereum (PSE)](https://pse.dev/) team at the Ethereum Foundation. PSE is a multi-disciplinary team exploring how programmable cryptography can be applied to enhance privacy and scale trust-minimized systems.
|
||||
|
||||
### General-purpose Verifier: Notary
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ https://vitalik.ca/general/2022/08/04/zkevm.html
|
||||
|
||||
## Consensus-level compatibility
|
||||
|
||||
The [zkEVM Community Edition](https://github.com/privacy-scaling-explorations/zkevm-circuits) is a collaborative effort focused on creating a zkEVM capable of verifying Ethereum's current execution layer. The goal is to be ["fully and uncompromisingly Ethereum-equivalent."](https://vitalik.ca/general/2022/08/04/zkevm.html) The project is being stewarded by [Privacy & Scaling Explorations (PSE)](https://appliedzkp.org/), a team within the [Ethereum Foundation](https://ethereum.foundation/) specializing in applied zero-knowledge cryptography.
|
||||
The [zkEVM Community Edition](https://github.com/privacy-scaling-explorations/zkevm-circuits) is a collaborative effort focused on creating a zkEVM capable of verifying Ethereum's current execution layer. The goal is to be ["fully and uncompromisingly Ethereum-equivalent."](https://vitalik.ca/general/2022/08/04/zkevm.html) The project is being stewarded by [Privacy Stewards of Ethereum (PSE)](https://appliedzkp.org/), a team within the [Ethereum Foundation](https://ethereum.foundation/) specializing in applied zero-knowledge cryptography.
|
||||
|
||||
The work toward completing the zkEVM Community Edition will result in two scalability solutions:
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ projects: ["zkml"]
|
||||
|
||||
## Introduction
|
||||
|
||||
I am thrilled to share that my project on ZKML has successfully been completed with the invaluable support from the Ecosystem Support Program of [Privacy & Scaling Explorations](https://appliedzkp.org/) (Ethereum Foundation). This platform bridges the AI/ML and Web3 worlds, providing a privacy-preserving solution with immense potential to revolutionize both industries.
|
||||
I am thrilled to share that my project on ZKML has successfully been completed with the invaluable support from the Ecosystem Support Program of [Privacy Stewards of Ethereum](https://appliedzkp.org/) (Ethereum Foundation). This platform bridges the AI/ML and Web3 worlds, providing a privacy-preserving solution with immense potential to revolutionize both industries.
|
||||
|
||||
This is a POC of an end-to-end platform for machine learning developers to seamlessly convert their TensorFlow Keras models into ZK-compatible versions. This all-in-one solution consists of three core components:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
authors: ["PSE Team"]
|
||||
title: "ZKOPRU on Testnet - Privacy & Scaling Explorations"
|
||||
title: "ZKOPRU on Testnet - Privacy Stewards of Ethereum"
|
||||
image: null
|
||||
tldr: "Exciting news! ZKOPRU is now live on the Görli testnet. We show you how to use it."
|
||||
date: "2022-08-26"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
authors: ["PSE Team"]
|
||||
title: "Zkopru Trusted Setup Completed - Privacy & Scaling Explorations"
|
||||
title: "Zkopru Trusted Setup Completed - Privacy Stewards of Ethereum"
|
||||
image: null
|
||||
tldr: "The public participation part of our ceremony has finished, we provide verification details, stats and announce a random beacon"
|
||||
date: "2022-08-26"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
authors: ["PSE Team"]
|
||||
title: "Zkopru: Wat, Y & Wen - Privacy & Scaling Explorations"
|
||||
title: "Zkopru: Wat, Y & Wen - Privacy Stewards of Ethereum"
|
||||
image: null
|
||||
tldr: "Zkopru is almost ready, we explain what it is and why it's awesome. We also announce a date for the testnet."
|
||||
date: "2022-08-26"
|
||||
|
||||
@@ -92,7 +92,7 @@ That's it! Your new project will now be visible in the projects list.
|
||||
|
||||
## Project Sections
|
||||
|
||||
- `pse`: Privacy & Scaling Explorations projects
|
||||
- `pse`: Privacy Stewards of Ethereum projects
|
||||
- `grant`: Grant-funded projects
|
||||
- `collaboration`: Collaborative projects
|
||||
- `archived`: Archived/historical projects
|
||||
|
||||
@@ -24,4 +24,4 @@ mpz (_pronounced as "em-peasy"_) is a collection of Rust-based libraries for mul
|
||||
|
||||
Built with portability in mind, mpz runs natively or in the browser via WebAssembly (WASM). It serves as the core MPC implementation behind [TLSNotary](tlsn), but its architecture is broadly applicable across privacy-preserving and cryptographic use cases.
|
||||
|
||||
mpz is part of Privacy & Scaling Explorations' broader effort to advance practical cryptographic tooling. It is dual-licensed under Apache-2.0 and MIT to encourage open-source collaboration.
|
||||
mpz is part of Privacy Stewards of Ethereum' broader effort to advance practical cryptographic tooling. It is dual-licensed under Apache-2.0 and MIT to encourage open-source collaboration.
|
||||
|
||||
@@ -16,4 +16,4 @@ links:
|
||||
github: "https://github.com/privacy-scaling-explorations/security"
|
||||
---
|
||||
|
||||
PSE Security is a division of the Privacy & Scaling Explorations team at the Ethereum Foundation. Its primary goal is to identify and rectify bugs, thereby enhancing the security of the Ethereum Layer 2 and Zero-Knowledge ecosystems. Recognizing the potential for critical bugs to cause significant setbacks, PSE Security is committed to preemptively addressing these issues. The team offers open-source projects like the ZK Bug Tracker and Bridge Bug Tracker, which track real bugs and exploits in production code, and encourages community contributions. PSE Security also conducts manual audits and plans to help teach the community more about security and ways they can prevent bugs themselves.
|
||||
PSE Security is a division of the Privacy Stewards of Ethereum team at the Ethereum Foundation. Its primary goal is to identify and rectify bugs, thereby enhancing the security of the Ethereum Layer 2 and Zero-Knowledge ecosystems. Recognizing the potential for critical bugs to cause significant setbacks, PSE Security is committed to preemptively addressing these issues. The team offers open-source projects like the ZK Bug Tracker and Bridge Bug Tracker, which track real bugs and exploits in production code, and encourages community contributions. PSE Security also conducts manual audits and plans to help teach the community more about security and ways they can prevent bugs themselves.
|
||||
|
||||
@@ -35,7 +35,7 @@ function formatDate(dateString: string | undefined): Date {
|
||||
|
||||
export async function generateRssFeed() {
|
||||
const feed = new Feed({
|
||||
title: "Privacy + Scaling Explorations",
|
||||
title: "Privacy Stewards of Ethereum",
|
||||
description:
|
||||
"PSE is a research and development lab with a mission of making cryptography useful for human collaboration. We build open source tooling with things like zero-knowledge proofs, multiparty computation, homomorphic encryption, Ethereum, and more.",
|
||||
id: SITE_URL,
|
||||
@@ -43,7 +43,7 @@ export async function generateRssFeed() {
|
||||
language: "en",
|
||||
image: `${SITE_URL}/favicon.ico`,
|
||||
favicon: `${SITE_URL}/favicon.ico`,
|
||||
copyright: `All rights reserved ${new Date().getFullYear()}, Privacy & Scaling Explorations`,
|
||||
copyright: `All rights reserved ${new Date().getFullYear()}, Privacy Stewards of Ethereum`,
|
||||
updated: new Date(),
|
||||
feedLinks: {
|
||||
rss2: `${SITE_URL}/api/rss`,
|
||||
|
||||
Reference in New Issue
Block a user