feat: add evm and wasm files

This commit is contained in:
adrian
2025-09-15 17:10:52 +02:00
committed by Adrian Benavides
parent 46cfaefbd6
commit d728440048
167 changed files with 206 additions and 25 deletions

View File

@@ -5,9 +5,9 @@ Rust-based integration testing framework for Tycho protocol implementations.
## How to Run
```bash
# Build the images
docker buildx build -f postgres.Dockerfile -t protocol-testing-db:latest --load .
docker buildx build -f run.Dockerfile -t protocol-testing-test-runner:latest --load .
# Build the images, from the project root dir
docker buildx build -f protocol-testing/postgres.Dockerfile -t protocol-testing-db:latest --load .
docker buildx build -f protocol-testing/run.Dockerfile -t protocol-testing-test-runner:latest --load .
# Export necessary env vars
export RPC_URL=..