/payment-channel

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Shipment-Payment Channel-POC

Dependency Prerequisite

Mac:

$ brew install node
$ npm install -g ganache-cli

Linux:

Install Node.js. Then,

$ npm install -g ganache-cli

Develop

Install requirements:

cd shipment_redis
pip install -r requirements.txt

Run Shipment Redis Server:

PYTHONPATH=. python  Redis/RedisServer.py

Run Shipment UserInterface:

cd ../shipment_ui
npm install
npm start

Open http://localhost:3000 to view it in the browser.