Skip to content

protolambda/eth2-py-scripts

Repository files navigation

Eth2 py scripts

Debugging tools, quick util / checks, etc. for Eth2.

Built with:

Quick start

# Create a python virtual environment, called `venv`
python -m venv venv
# Activate it
. venv/bin/activate
# Install dependencies into the venv
python install -r requirements.txt

# Run any script, e.g.
python pubkeys.py

Some scripts depend on a beacon state or other data. Use scripts like fetch_state.py to download it via the (not yet standardized) beacon API. Or provide your own :)

License

MIT, see LICENSE file.

About

Eth2 py scripts for debugging and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages