Thank you for taking time and care into improving Decentralized Finance (DeFi) and the Prevent Flash Loan Attacks initiative. Here is how you can help make DeFi more secure.
You can start by creating an issue to propose changes, improve sections or anything you seem necessary. We welcome anything no matter how small it is, provided it falls under the umbrella of the Prevent Flash Loan Attacks mission.
You can also add a change by cloning this repository and develop it locally. Please see the Build section for instructions on how to get started.
To report an attack, start by following the Build instruction to get the site up and running on your local machine.
In the project's directory, create a new branch by running
$ git branch -b <branch-name>
We recommend naming the new branch dev
for simplicity.
To add an attack, edit src/pages/historic-attacks.mdx
. We use Markdown to manage site's content. If in doubt, you can create an issue.
Once you're happy with the changes, push the changes to GitHub, and from there create Pull Request against this repository. Once approved, your changes go live. Thank you for taking time and effort!