Common types and simple utilities used throughout the Chia blockchain codebase. Version 0.1.7 is the latest release. The project appears to be in early development with no frequent release cadence.
pip install chia-baseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a Coin object with required fields.
Use `pip install chia-base==0.1.7`
Wrap values with the appropriate type constructor: bytes32(b'...') or uint64(1000)
No dependency data recorded yet.