https://github.com/moshthepitt/flash-loan-mastery-cli
Flash Loan Mastery CLI
https://github.com/moshthepitt/flash-loan-mastery-cli
cli flashloan solana
Last synced: 4 months ago
JSON representation
Flash Loan Mastery CLI
- Host: GitHub
- URL: https://github.com/moshthepitt/flash-loan-mastery-cli
- Owner: moshthepitt
- Created: 2022-12-03T17:56:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T08:56:15.000Z (over 3 years ago)
- Last Synced: 2025-04-06T02:33:59.231Z (over 1 year ago)
- Topics: cli, flashloan, solana
- Language: TypeScript
- Homepage: https://flashloanmastery.com
- Size: 280 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flash Loan Mastery CLI
Flash Loan Mastery is a smart contract that enables flash loans on Solana. We think that this is the simplest and best Solana flash loan program.
This repo represents the CLI tool for interacting with the Flash Loan Mastery smart contract.
## Usage
You can use this package by cloning it locally and installing its dependencies using yarn.
```sh
git clone https://github.com/moshthepitt/flash-loan-mastery-cli.git
```
```sh
yarn
```
## Documentation
Visit our [website](https://flashloanmastery.com/posts/flash-loan-mastery-cli/) for more documentation. Here is a [mirror](https://github.com/moshthepitt/flash-loan-mastery/blob/master/app/site/src/posts/cli.md) in case there is an issue with the website.