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: 2 months ago
JSON representation

A collection of msgspec.Struct definitions for use with the Ethereum Virtual Machine

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)

Inspired by [snek3](http://github.com/banteg/snek3), I took the structs and extended them with some extra functionality.

#### Type checking
- Run `poetry run mypy` (uses the `pyproject.toml` configuration).

#### 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