Patrick Collins
Patrick Collins
https://github.com/OpenZeppelin/damn-vulnerable-defi/tree/v1.0.0 OpenZepplin is probably the gold standard for security, and they made a list of challenges to sharpen your white hat hacking skills and spot vulnerable code.
0.2 ETH to whomever: 1. Adds a nicer background 2. Adds a nicer favicon and actually makes it stick to the top
We've seen so many non-flash loan attacks as well that could all be easily preventable. Need to add additional repo to capture the history of these events as well.
If auditors are going to be telling some of these projects that they are ok, we should probably have a record of who the auditors are as well, and why...
Exact code samples would be very helpful to see where exactly a project was attacked in the code.
I left a `Note:` in there as well: 1. For `formatBpfRemaining`, does `BPF` have decimals? The number that is returned on the image is quite large. Here is a sample...
Right now, you have to specifically define the parameters you want to use in the code, it would be great if you could add any input and it would map...
1. Add scripts for testing 2. Potentially consider revamping for plugins to remove them for ease of use
### Overview For testing my setup, I'd like to run my environment on a local chain like anvil, hardhat, or even `ape networks run`. However, due to how block time...
When opening a pull request to submit a new EIP, please use the suggested template: https://github.com/ethereum/EIPs/blob/master/eip-template.md We have a GitHub bot that automatically merges some PRs. It will merge yours...