Skip to content

Instantly share code, notes, and snippets.

@suhailvs
Created September 24, 2017 07:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save suhailvs/e254f1a2eb31f59b0ee4d6248261465a to your computer and use it in GitHub Desktop.
Save suhailvs/e254f1a2eb31f59b0ee4d6248261465a to your computer and use it in GitHub Desktop.
pyethapp tutorial

Pyethapp example

Installation

Virtualenv: $ apt-get install virtualenv

Create an env and activate it:

$ virtualenv venv
$ source venv/bin/activate

Create a file requirements.txt:

ethereum==1.6.0
pyethapp==1.2.0
pyelliptic==1.5.7
tinyrpc[websocket]

run: $ pip install -r requirements.txt

Usage

$ pyethapp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment