DeFi Flash Loan Builder
https://defi-stacker.netlify.app/
A no-code flash loan builder with drag and drop GUI. *Define your flash loan path, and then opt to queue it to execute when some condition is met (perhaps by listening to specified on & off-chain parameters - similar to a cron schedule). e.g. Only run the saved flash loan path once ETH is below $200USD and DAI lending is above 2%.
OS X & Linux:
- Install dependencies
yarn && cd frontend/ && yarn- Start a local blockchain
ganache-cliIn a new terminal compile and migrate the contracts to this blockchain
truffle migrate- Start the front-end
cd frontend/ && yarn starttruffle testConnor
Justin Kaseman – in/justin-kaseman – justinkaseman@live.com
Sebastian
Sean
Val - in/valmack
Distributed under the MIT license. See LICENSE for more information.
- Fork it (https://github.com/DecentralizedPlanetarian/DefiStacker)
- Create your feature branch (
git checkout -b yourname/fooBar) - Commit your changes using a semantic commit message(
git commit -am 'Add some fooBar') - Push to the branch (
git push origin yourname/fooBar) - Create a new Pull Request