Easy to use Vyper debugger | vdb (https://github.com/ethereum/vyper)
85ab3e2cd7 | ||
---|---|---|
.circleci | ||
.github | ||
.project-template | ||
bin | ||
docs | ||
tests | ||
vdb | ||
.bumpversion.cfg | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
pytest.ini | ||
requirements-docs.txt | ||
setup.py | ||
tox.ini |
README.md
vyper-debug
Easy to use Vyper debugger | vdb
Read more in the documentation on ReadTheDocs. View the change log.
Quickstart
pip install vyper-debug
Developer Setup
If you would like to hack on vyper-debug, please check out the Ethereum Development Tactical Manual for information on how we do:
- Testing
- Pull Requests
- Code Style
- Documentation