Skip to content

Talentica/payment-channel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.