diff --git a/hackathons/INSPIRATION.md b/hackathons/INSPIRATION.md index 8f2b63a..4eb1148 100644 --- a/hackathons/INSPIRATION.md +++ b/hackathons/INSPIRATION.md @@ -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.