Flash Loan Mastery is a smart contract that enables flash loans on Solana. Flash loans are uncollateralized loans without borrowing limits in which a user borrows funds and returns them in the same transaction. If the user can't repay the loan before the transaction is completed, the transaction will fail and the money will be returned.
Visit our website for more documentation. Here is a mirror in case there is an issue with the website.
- Clone the repo, and install Solana & Anchor
- Run
yarn
to install the packages - Run
anchor test