Easy to use Vyper debugger | vdb (https://github.com/ethereum/vyper)
Go to file
Jacques Wagener e0901d9931
Update README.md
2019-06-07 17:19:50 +02:00
.circleci Update config.yml 2018-07-12 16:52:56 +02:00
.github add github templates for issues and pull requests 2018-01-25 15:51:14 -08:00
.project-template Initial commit. 2018-07-12 16:34:31 +02:00
bin Merge pull request #22 from charles-cooper/step_mode 2019-05-14 12:21:14 +02:00
docs Initial commit. 2018-07-12 16:34:31 +02:00
tests Add global string print test. 2019-03-08 01:50:02 +02:00
vdb Merge pull request #22 from charles-cooper/step_mode 2019-05-14 12:21:14 +02:00
.bumpversion.cfg Bump version: 0.1.2-beta.6 → 0.1.2-beta.7 2019-03-17 20:22:13 +02:00
.gitignore .gitignore 2018-07-20 13:29:18 +02:00
.travis.yml travis config: use latest pypy3 container 2018-02-20 18:10:30 -08:00
LICENSE init 2018-01-24 16:00:28 -08:00
Makefile Initial commit. 2018-07-12 16:34:31 +02:00
README.md Update README.md 2019-06-07 17:19:50 +02:00
pytest.ini Remove references to deprecated "py.test" 2018-06-04 16:36:02 -06:00
requirements-docs.txt Initial commit. 2018-07-12 16:34:31 +02:00
setup.py Bump version: 0.1.2-beta.6 → 0.1.2-beta.7 2019-03-17 20:22:13 +02:00
tox.ini Remove isort check. 2018-07-18 16:11:27 +02:00

README.md

Vyper-Debug

vyper-debug

Join the chat at https://gitter.im/status-im/vyper-debug Build Status PyPI version Python versions Docs build

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