mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-02 03:06:23 -04:00
Add solidity refs (#17)
This commit is contained in:
parent
1e58c9fadc
commit
c771676403
1 changed files with 8 additions and 8 deletions
|
@ -2,20 +2,14 @@
|
|||
|
||||
<br>
|
||||
|
||||
### In this scratch space I dump some of my random and highly unorganized notes. Use at your own risk.
|
||||
|
||||
<br>
|
||||
|
||||
----
|
||||
|
||||
## 💻 Some resources
|
||||
|
||||
### Solidity basics
|
||||
|
||||
* [Solidity docs (a must for any engineer)](https://docs.soliditylang.org/en/v0.8.12/)
|
||||
* [OpenZeppelin docs](https://docs.openzeppelin.com/)
|
||||
* [Solidity style guide](https://docs.soliditylang.org/en/latest/style-guide.html)
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
### The EVM
|
||||
|
||||
|
@ -23,10 +17,16 @@
|
|||
* [Speeding up the EVM by Flashbots](https://writings.flashbots.net/research/speeding-up-evm-part-1/)
|
||||
* "Even though at the moment the biggest bottleneck of Ethereum is not EVM's performance (the size of the Ethereum state storage is), it will soon be as Ethereum TPS goes up."
|
||||
|
||||
<br>
|
||||
|
||||
### Rollups
|
||||
|
||||
* [Understanding rollup economics from first principles](https://barnabe.substack.com/p/understanding-rollup-economics-from)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
### Security
|
||||
|
||||
* [Uniswap Oracle Attack Simulator by Euler](https://blog.euler.finance/uniswap-oracle-attack-simulator-42d18adf65af)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue