vyper-debug/README.md

32 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2019-06-07 15:19:50 +00:00
# Vyper-Debug
![vyper-debug](https://user-images.githubusercontent.com/6917456/59114867-62d09c00-8948-11e9-818b-7efcae913317.gif)
2018-01-25 00:00:28 +00:00
2018-07-12 14:43:39 +00:00
[![Join the chat at https://gitter.im/status-im/vyper-debug](https://badges.gitter.im/status-im/vyper-debug.svg)](https://gitter.im/status-im/vyper-debug?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://circleci.com/gh/status-im/vyper-debug.svg?style=shield)](https://circleci.com/gh/status-im/vyper-debug)
2018-07-12 14:34:31 +00:00
[![PyPI version](https://badge.fury.io/py/vyper-debug.svg)](https://badge.fury.io/py/vyper-debug)
[![Python versions](https://img.shields.io/pypi/pyversions/vyper-debug.svg)](https://pypi.python.org/pypi/vyper-debug)
[![Docs build](https://readthedocs.org/projects/vyper-debug/badge/?version=latest)](http://vyper-debug.readthedocs.io/en/latest/?badge=latest)
2018-07-12 14:43:39 +00:00
2018-01-25 00:00:28 +00:00
2018-07-12 14:34:31 +00:00
Easy to use Vyper debugger | vdb
2018-01-25 00:00:28 +00:00
2018-07-12 14:34:31 +00:00
Read more in the [documentation on ReadTheDocs](https://vyper-debug.readthedocs.io/). [View the change log](https://vyper-debug.readthedocs.io/en/latest/releases.html).
2018-01-25 00:00:28 +00:00
## Quickstart
```sh
2018-07-12 14:34:31 +00:00
pip install vyper-debug
2018-01-25 00:00:28 +00:00
```
2018-06-01 20:05:57 +00:00
## Developer Setup
2018-01-25 00:00:28 +00:00
2018-07-12 14:34:31 +00:00
If you would like to hack on vyper-debug, please check out the
2018-01-26 01:21:42 +00:00
[Ethereum Development Tactical Manual](https://github.com/pipermerriam/ethereum-dev-tactical-manual)
for information on how we do:
- Testing
- Pull Requests
- Code Style
- Documentation