Skip to content

docs: fix typos and formatting inconsistencies in project descriptions #541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hackathons/INSPIRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These projects would be implemented as, or in conjunction with, Aztec contracts:

- **ZK Uniswap frontend -** develop a frontend for our uniswap smart contract found [here](https://github.com/AztecProtocol/aztec-packages/tree/master/noir-projects/noir-contracts/contracts/uniswap_contract)
- **ZK stablecoin** - build a stablecoin that allows you to wrap a stablecoin so it can be privately transferred
- **Private lending front end** - you can see an example [here](https://github.com/AztecProtocol/aztec-packages/tree/master/noir-projects/noir-contracts/contracts/lending_contract)
- **Private lending frontend** - you can see an example [here](https://github.com/AztecProtocol/aztec-packages/tree/master/noir-projects/noir-contracts/contracts/lending_contract)
- **ZKollateral** - privately prove assets for collateral or creditworthiness for a loan
- **Proof of Liquidity** - privately prove solvency and/or compliance without exposing the underlying assets or trades
- **Private DEX** - allows users to trade assets without revealing the accounts that the assets originate from.
Expand Down Expand Up @@ -77,7 +77,7 @@ You could try to implement these in vanilla Noir, or as Aztec contracts.
- **Chess**
- **Scrabble**
- **ZK Quests** - players can prove they have achieved a specific action or quest within a game without revealing the quest, preventing spoilers
- **ZK Treasure Hunt** - irl experience that validates a user has found a clue/treasure without revealing their location to other players
- **ZK Treasure Hunt** - IRL experience that validates a user has found a clue/treasure without revealing their location to other players

## Identity 🕴️

Expand All @@ -91,7 +91,7 @@ Relevant for Aztec contracts or Noir:

Relevant for Aztec specifically:

- **Private Account Abstraction Wallet using Touch or Face ID** - user logs in with TouchID/FaceID using AA, and zk proofs are generated to confirm that correct biometric data has been provided
- **Private Account Abstraction Wallet using Touch or Face ID** - user logs in with Touch ID/Face ID using AA, and zk proofs are generated to confirm that correct biometric data has been provided

---

Expand Down