Skip to content

Commit

Permalink
Updated README and change the tld from vercel.app to jimmychu0807.hk (#…
Browse files Browse the repository at this point in the history
…54)

* updated

* updated
  • Loading branch information
jimmychu0807 committed Sep 23, 2024
1 parent 4a101eb commit 0e89de4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
</a>
</p>

| The repository is divided into two components: [web](./apps/web), [contracts](./apps/contracts), and [circuits](./apps/circuits). The contracts have been deployed on Optimism Sepolia. |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| The repository is divided into three components: [web](./apps/web), [contracts](./apps/contracts), and [circuits](./apps/circuits).<br/>The contracts have been deployed on Optimism Sepolia. |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

This repo is modified from [Semaphore Boilerplate](https://github.com/semaphore-protocol/boilerplate)

- 👇 Click below to check the project explanation video.
- 🎮 Project Website: **https://guessing.jimmychu0807.hk**
- 📝 [Project Write Up](https://jimmychu0807.hk/pse-core-capstone-project)
- 🧑🏻‍🏫 [Project Presentation](https://docs.google.com/presentation/d/1SE4omIJJaYBLAXkV0Ew6o47RLgoQ8pTcIkkv1tFMbik/edit?usp=sharing)
- 📽️ Project Explanation Video

[![Project Explanation Video](http://img.youtube.com/vi/MrhGMfzsAX0/0.jpg)](https://youtu.be/MrhGMfzsAX0 "Project Explanation Video")

- [Project Presentation](https://docs.google.com/presentation/d/1SE4omIJJaYBLAXkV0Ew6o47RLgoQ8pTcIkkv1tFMbik/edit?usp=sharing)
- [Project Write Up](https://jimmychu0807.hk/pse-core-capstone-project)
<a href="https://youtu.be/MrhGMfzsAX0" target="_blank"><img src="http://img.youtube.com/vi/MrhGMfzsAX0/0.jpg" alt="Project Explanation Video"/></a>

## 📜 Usage

Expand Down Expand Up @@ -49,5 +49,6 @@ yarn dev

Key components for writing circuits

- [circom](https://docs.circom.io/)
- [circomkit](https://github.com/erhant/circomkit/tree/main)
- [hardhat-circom](https://github.com/projectsophon/hardhat-circom)
- [snarkjs](https://github.com/iden3/snarkjs)
2 changes: 1 addition & 1 deletion apps/web/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const RpcUrls = {
export const projectInfo = {
name: "PSE Capstone - Number Guessing Game",
desc: "Guessing game using zk-SNARKS",
homepage: "https://pse-core-capstone.vercel.app",
homepage: "https://guessing.jimmychu0807.hk",
authorHomepage: "https://linktr.ee/jimmychu0807",
github: "https://github.com/jimmychu0807/PSE-core-capstone",
image: "https://avatars.githubusercontent.com/u/898091?v=4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jimmychu0807/guessing-game",
"description": "A mini-game of guessing number",
"license": "MIT",
"homepage": "https://pse-core-capstone.vercel.app",
"homepage": "https://guessing.jimmychu0807.hk",
"repository": "https://github.com/jimmychu0807/PSE-core-hackathon.git",
"bugs": "https://github.com/jimmychu0807/PSE-core-hackathon/issues",
"private": true,
Expand Down

0 comments on commit 0e89de4

Please sign in to comment.