Skip to content

Commit

Permalink
Update INSPIRATION.md
Browse files Browse the repository at this point in the history
Broken links, pushing directly to master because YOLO 😈
  • Loading branch information
signorecello authored Jan 11, 2024
1 parent 3fad080 commit 054ae90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hackathons/INSPIRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ The lack of privacy is consistently brought up as one of the main reasons we are

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/yarn-project/noir-contracts/src/contracts/uniswap_contract)
- **ZK UniSwap frontend -** develop a frontend for our uniswap smart contract found [here](https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/noir-contracts/contracts/uniswap_contract)
- **Shielding** - an app that allows users to convert public tokens into a private form, perform an action, and then unshield back into original token. This could build on the existing token contract implementation, see the [tutorial here](https://docs.aztec.network/dev_docs/tutorials/writing_token_contract).
- **ZK stablecoin**
- **Private lending front end** - you can see an example [here](https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/noir-contracts/src/contracts/lending_contract)
- **ZK stablecoin**noir-contracts
- **Private lending front end** - you can see an example [here](https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/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** - allow users to trade assets without revealing the accounts that the assets originate from.
Expand Down

0 comments on commit 054ae90

Please sign in to comment.