make
make start
make test
// arm64
docker run -p 5000:5000 --name testing-api -d ghcr.io/romarq/tezos-sc-tester:0.1.0_arm64
// amd64
docker run -p 5000:5000 --name testing-api -d ghcr.io/romarq/tezos-sc-tester:0.1.0_amd64
The configuration can be modified at ./config.yaml.