clean up (#3)

This commit is contained in:
mia von steinkirch, phd 2022-12-24 19:54:41 -08:00 committed by GitHub
parent a839a93af7
commit 2df3e6444d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 170 additions and 1532 deletions

View file

@ -1,6 +1,5 @@
## 🍱 the evm
## the evm
<br>
### tl;dr
@ -30,13 +29,8 @@
* [opcodes for the evm](https://ethereum.org/en/developers/docs/evm/opcodes/)
* [opcodes and instruction reference](https://github.com/crytic/evm-opcodes)
* [EVM Contract Construction](https://blog.smlxl.io/evm-contract-construction-93c98cc4ca96)
<br>
##### disassemblers
<br>
* [ethersplay](https://github.com/crytic/ethersplay)
* [IDA EVM](https://github.com/crytic/ida-evm)
* [Ethereum book](https://github.com/ethereumbook/ethereumbook)
* [Ethereum's Whitepaper](https://ethereum.org/en/whitepaper/)
* [Understanding rollups](https://barnabe.substack.com/p/understanding-rollup-economics-from?s=r)