Skip to content

Commit 6c9be1b

Browse files
authored
docs: add link to pse acceleration program (#822)
1 parent fe5cf65 commit 6c9be1b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868

6969
The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/scheme.png). However, Semaphore also provides [Solidity contracts](/packages/contracts) and JavaScript libraries to make the steps for offchain proof creation and onchain/offchain verification easier. To learn more about Semaphore visit [semaphore.pse.dev](https://semaphore.pse.dev).
7070

71+
> [!IMPORTANT]
72+
> Help Semaphore prosper by sharing your ideas with the PSE [acceleration program](https://github.com/privacy-scaling-explorations/acceleration-program).
73+
7174
## 📦 Packages
7275

7376
<table>

apps/website/src/app/build/page.tsx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,15 @@ export default function Build() {
4545

4646
const linksInfo = [
4747
{
48-
title: "Good first issues",
49-
href: "https://github.com/semaphore-protocol/semaphore/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"
50-
},
51-
{
52-
title: "Enhance the protocol",
53-
href: "https://github.com/semaphore-protocol/semaphore/discussions/new?category=ideas"
48+
title: "PSE acceleration program",
49+
href: "https://github.com/privacy-scaling-explorations/acceleration-program"
5450
},
5551
{
56-
title: "Give feedback about the website",
57-
href: "https://github.com/semaphore-protocol/semaphore/discussions/new?category=website"
52+
title: "Good first issues",
53+
href: "https://github.com/semaphore-protocol/semaphore/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22"
5854
}
5955
]
56+
6057
return (
6158
<VStack justify="center">
6259
<VStack pt="170px" pb="128px">

0 commit comments

Comments
 (0)