https://github.com/moshthepitt/flash-loan-mastery
Simple and best Solana flash loan program :)
https://github.com/moshthepitt/flash-loan-mastery
flashloan solana solana-program
Last synced: 8 days ago
JSON representation
Simple and best Solana flash loan program :)
- Host: GitHub
- URL: https://github.com/moshthepitt/flash-loan-mastery
- Owner: moshthepitt
- License: apache-2.0
- Created: 2022-11-18T18:55:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T12:41:18.000Z (over 2 years ago)
- Last Synced: 2025-05-09T23:19:07.105Z (about 1 month ago)
- Topics: flashloan, solana, solana-program
- Language: TypeScript
- Homepage: https://flashloanmastery.com
- Size: 279 KB
- Stars: 84
- Watchers: 2
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Flash Loan Mastery
**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.
## Documentation
Visit our [website](https://flashloanmastery.com/) for more documentation. Here is a [mirror](https://github.com/moshthepitt/flash-loan-mastery/blob/master/app/site/src/about.md) in case there is an issue with the website.
## Testing
1. Clone the repo, and [install Solana & Anchor](https://www.anchor-lang.com/docs/installation)
2. Run `yarn` to install the packages
3. Run `anchor test`## Related
1. [Smart contract](https://github.com/moshthepitt/flash-loan-mastery)
2. [Javascript SDK](https://github.com/moshthepitt/flash-loan-mastery-js)
3. [CLI tool](https://github.com/moshthepitt/flash-loan-mastery-cli)
3. [Jupiter Arbitrage Trading](https://github.com/moshthepitt/flm-jupiter-arb)