DefiStacker-hackathon / DefiStacker

MIT License
0 stars 2 forks source link

DefiStacker

DeFi Flash Loan Builder

Netlify Status

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%.

Development setup

OS X & Linux:

  1. Install dependencies
yarn && cd frontend/ && yarn
  1. Start a local blockchain
ganache-cli

In a new terminal compile and migrate the contracts to this blockchain

truffle migrate
  1. Start the front-end
cd frontend/ && yarn start

Testing

truffle test

Authors

Connor

Justin Kaseman – in/justin-kaseman – justinkaseman@live.com

Sebastian

Sean

Val - in/valmack

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/DecentralizedPlanetarian/DefiStacker)
  2. Create your feature branch (git checkout -b yourname/fooBar)
  3. Commit your changes using a semantic commit message(git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin yourname/fooBar)
  5. Create a new Pull Request