Sandbox local private network

Hi, i’m writing test script for PyTeal application.

i’m using sandbox GitHub - algorand/sandbox: Algorand node sandbox here but have some limitation. the blocktime seem too slow for running multiple scenario/fixture of testing. i did read in docs but seem no configuration for this. for other blockchain local private network, i beleive there are same configuration.

So does anyone know how to config this for faster/easier intergration.

Thanks for reading

You can use the sandbox in dev mode:

1 Like

Also, if you are considering setting up a CI for your repo, maybe running unit-tests on each push or PR you could consider this sandbox DockerHub image in GitHub Actions, like in this example.

1 Like