Comet | Lend and borrow on Aztec (https://x.com/Comet_fi)
Privacy preserving and decentralized multi-markets overcollaterized lending protocol.
Born during the NoirHack.
- Privacy-preserving transactions
- Decentralized lending markets
- Multi-asset and multi-market support
- Built on Aztec
- Node.js 18
nvm install 18 && nvm use - Aztec sandbox: install via
bash -i <(curl -s https://install.aztec.network) && aztec-up 0.86.0
- Start the Aztec Sandbox
aztec start --sandboxWait a minute for the sandbox to initialize.
- Deploy and Setup Contracts
cd interact && npm i && npm run deployNote:
The first deployment attempt might fail with the following error:
Reason: Tx dropped by P2P node.
If this happens, simply try running the command again.
- Start the Frontend
cd website && npm i && npm run devinteract/– Deployment scriptswebsite/– Frontend applicationcontracts/– Smart contracts