This repository contains all the code needed to test our private lending platform on the Aleo blockchain, along with its on-chain oracle.
To run the full project:
- Clone the repository.
- Use the private key provided in
private.txt. - Set up the Aleo network in
testnetmode.
This will allow you to access:
- your test tokens,
- the full set of private lending features,
- the slashing mechanism for oracle validators,
- and governance rights via our token.
⚠️ The private key and tokens are only valid on the test network.
-
oracle/: contains the source code for the on-chain oracle, price updates, incentives, slashing logic, etc.
→ See the folder’sREADME.mdfor more details. -
lending/: contains the contracts for the vault, treasury, and governance token.
→ See the folder’sREADME.mdfor full documentation.