Easy to use Vyper debugger | vdb (https://github.com/ethereum/vyper)
Go to file
Jacques Wagener 514f9f34f4
Change version format.
2018-12-10 12:15:26 +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 Add better exceptions message for failing transactions. 2018-10-16 19:49:24 +02:00
docs Initial commit. 2018-07-12 16:34:31 +02:00
tests Use DebugComputation with tests. 2018-10-15 20:35:22 +02:00
vdb Newer py-evm versions. 2018-11-22 15:01:43 +02:00
.bumpversion.cfg Change version format. 2018-12-10 12:15:26 +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 2018-07-20 12:53:44 +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 Change version format. 2018-12-10 12:15:26 +02:00
tox.ini Remove isort check. 2018-07-18 16:11:27 +02:00

README.md

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