rollup node experiments

Test scripts etc. for experimental rollup testing.

untested, work in progress

python -m venv venv
source venv/bin/activate

# generate a `l1_genesis.json` and `l2_genesis.json` for local L1 and L2 geth instances
python gen_confs.py

TODO:

  • configure PoA in L1 local testnet:
    • configure PoA signers in chain config
    • set genesis extra-data to PoA signer pub

Then:

License

MIT, see LICENSE file.

GitHub

View Github