lymanZerga11 / flashloan-starknet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlashLoan Starknet

Sample implementation of flashloans in cairo where anyone can deposit any ERC20 token in a pool and flash borrowers can borrow as long as they return the borrowed amount + fee by the end of the transaction.

Spec

Based on: https://eips.ethereum.org/EIPS/eip-3156


Deploy

nile compile
nile deploy FlashLoanBorrower --alias <alias> --network <network>
nile deploy FlashLoanLender --alias <alias> --network <network>

Test

pytest tests/test_flash_loan.py -s

Deployment Addresses

About

License:MIT License


Languages

Language:Python 99.5%Language:Makefile 0.5%