Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 499 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 499 Bytes

EtherPay

Ethereum Payment Processor

This is a proof of concept project demonstrating how to monitor a smart contract for events with a Python 3.5 backend.

Installation

run npm install

HTML client

run npm run start

Flask API

run pipenv shell run pip install src/backend/requirements.txt run npm run server

Build

run npm run build

Notes

  • Using parcel JS for frontend babel compilation and js/scss dependency management.
  • Hardcoded to use Ganache GUI