Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobthebuidler/evmspec
A collection of msgspec.Struct definitions for use with the Ethereum Virtual Machine
https://github.com/bobthebuidler/evmspec
ethereum evm evm-blockchain msgspec
Last synced: 26 days ago
JSON representation
A collection of msgspec.Struct definitions for use with the Ethereum Virtual Machine
- Host: GitHub
- URL: https://github.com/bobthebuidler/evmspec
- Owner: BobTheBuidler
- License: mit
- Created: 2024-11-08T17:22:04.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-29T17:19:33.000Z (about 1 month ago)
- Last Synced: 2024-12-29T18:21:20.981Z (about 1 month ago)
- Topics: ethereum, evm, evm-blockchain, msgspec
- Language: Python
- Homepage: https://bobthebuidler.github.io/evmspec/
- Size: 6.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## evmspec
A collection of [msgspec.Struct](https://jcristharif.com/msgspec/structs.html) definitions for use with the Ethereum Virtual Machine
[Why msgspec?](https://jcristharif.com/msgspec/why.html)
#### Modules:
- [block](https://bobthebuidler.github.io/evmspec/source/evmspec.html#module-evmspec.structs.block)
- [log](https://bobthebuidler.github.io/evmspec/source/evmspec.html#module-evmspec.log)
- [receipt](https://bobthebuidler.github.io/evmspec/source/evmspec.html#module-evmspec.receipt)
- [trace](https://bobthebuidler.github.io/evmspec/source/evmspec.structs.trace.html)
- [transaction](https://bobthebuidler.github.io/evmspec/source/evmspec.html#module-evmspec.transaction)
- and more