- Install requirements:
$ pip install -r requirements.txt
- Run test:
$ python mythx_test.py
- Build image:
$ docker build -t mythx-test .
- Run test in docker:
$ docker run --rm -t mythx-test --no-cache
env | Default | Description |
---|---|---|
ETH_ADDRESS | 0x0000000000000000000000000000000000000000 | MythX account address |
PASSWORD | trial | MythX account password |
flag | Value | Default | Description |
---|---|---|---|
--api-url | https://api.mythx.io | https://api.mythx.io | URL to MythX API |
--no-cache | (without value) | Cache enabled | Specify if you wanna run without cache |