FuelLabs / sway-libs

Miscellaneous Sway libraries.
https://docs.fuel.network/docs/sway-libs/
Apache License 2.0
146 stars 61 forks source link

Flashloan/mint library #85

Open simonr0204 opened 1 year ago

simonr0204 commented 1 year ago

Motivation

Write a library that implements a flashloan on a contract. Can be a flash mint (contract mints its own asset) or flash loan (contract loans out tokens (of any asset ID) from its balance.

Braqzen commented 1 year ago

Potential ref implementation