fix: README - add kzgrs params download

This commit is contained in:
Roman 2025-03-10 20:51:02 +11:00
parent e6b724927b
commit 19c32a03c1
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -10,6 +10,8 @@ cd nomos-e2e-tests
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdir -p kzgrs
wget https://raw.githubusercontent.com/logos-co/nomos-node/master/tests/kzgrs/kzgrs_test_params -O kzgrs/kzgrs_test_params
pre-commit install
(optional) Overwrite default vars from src/env_vars.py via cli env vars or by adding a .env file
pytest