Skip to content

ethereum/ethereum-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Types

Types and utilities used by the Ethereum Execution Layer Specification (EELS). Includes:

  • Fixed-size unsigned integers (U256, U64, etc.)
  • Arbitrarily-sized unsigned integers (Uint)
  • Enumerations (UintEnum)
  • Fixed-size byte sequences (Bytes4, Bytes8, etc.)
  • Utilities for making/interacting with immutable dataclasses (slotted_freezable, modify)

Quickstart

What How
Static Checks hatch fmt --check
Run Tests hatch test
Build hatch build
Build Docs hatch run doc:docc

About

Types used by—but not specific to—the Ethereum specification.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages