- Clone the repository
- Setup virtual environment using
python3 -m venv venv
- Install the required dependencies using
pip install -r requirements.txt
cp .env.example .env
and set.env
file within each payment type subdirectory before running tests. Forwise
andutils
, setCUSTOM_PROVER_API_PATH
to your local path of the prover-api directory andVERIFIER_PRIVATE_KEY
to any private key you want to use for testing.cd tlsn-verifier
and runcargo build --release
to build the rust verifier- For testing, run
pytest
while back in the root folder
TODO