Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 575 Bytes

README.rst

File metadata and controls

34 lines (21 loc) · 575 Bytes

A simple cryptocurrency wallet example for Websauna.

Prerequisites

  • PostgreSQL
  • Redis

Installation

Install to a Python virtual environment using pip command in an editable mode.

Example:

cd wallet  # This is the folder with setup.py file
virtualenv venv
source venv/bin/activate

pip install -e myapp

Running the website

Local development machine

Example (OSX / Homebrew):

psql create wallet_dev
ws-sync-db development.ini
pserve -c development.ini --reload