Skip to content

s0b0lev/mythx-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MythX API test

Running

  1. Install requirements:
$ pip install -r requirements.txt
  1. Run test:
$ python mythx_test.py

Docker

  1. Build image:
$ docker build -t mythx-test .
  1. Run test in docker:
$ docker run --rm -t mythx-test --no-cache

Settings

Environment variables

env Default Description
ETH_ADDRESS 0x0000000000000000000000000000000000000000 MythX account address
PASSWORD trial MythX account password

CLI params

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

About

MythX API test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published