Add solidity refs (#17)

This commit is contained in:
bt3gl 2022-03-28 01:51:53 -07:00 committed by GitHub
parent 1e58c9fadc
commit c771676403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)