Skip to content

Instantly share code, notes, and snippets.

@memorysaver
Forked from suhailvs/ethereum.md
Created December 7, 2017 19:14
Show Gist options
  • Select an option

  • Save memorysaver/9545221c941314a3a4bfc6be1a7bcdfe to your computer and use it in GitHub Desktop.

Select an option

Save memorysaver/9545221c941314a3a4bfc6be1a7bcdfe 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