nimbus-eth1-blobs/README.md

22 lines
805 B
Markdown
Raw Normal View History

# Nimbus Blobs - Debugging data & Scripts
This module contains helpers for test driven development as
- blockchain data dumps for replay
2022-03-09 20:16:28 +00:00
- source code examples of how to produce and replay data dumps
- miscellaneous helper scripts, typically for setting up temporary nodes
# Usage
Typically, this module is intended to live paralell to the *nimbus-eth1* file
system under the name *nimbus-eth1-blobs*. This makes a reliable rule for
TDD scripts and tests.
## Caveat
2022-03-09 20:16:28 +00:00
This module is neither part of the *Nimbus* code, nor part of the automated
continuous integration tests. It must not be assumed present by default.
So there must be *no reference* from the active *Nimbus* code or *CI* procedures
into this module. Any code found here that might be handy in the *Nimbus*
distribution must be copied.