Skip to content

Local exchange network platform based on trusted IOUs

License

Notifications You must be signed in to change notification settings

komackaj/flask-iou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-IOU

Local exchange network platform based on trusted IOUs. Similar concept as Villages, different implementation.

How to run

Using dependencies from PyPi. Run from project root. Edit iou/config.py according to your needs (especially googleAuth section).

$ pip3 install -r requirements.txt
$ python3 -m unittest discover tests
$ ./iou.py --create-tables
$ export OAUTHLIB_INSECURE_TRANSPORT=1
$ export OAUTHLIB_RELAX_TOKEN_SCOPE=1
$ ./iou.py --debug

Application is now available at http://localhost:5000/.

About

Local exchange network platform based on trusted IOUs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published