Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 813 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 813 Bytes

Just learning repository for:

  • python
  • blockchain
  • uwsgi and nginx
  • systemd units
  • bash

Sources:

This project in up and running state consists of three blockchain nodes running on uwsgi behind nginx, i.e.

  • 127.0.0.1:8080
  • 127.0.0.1:8081
  • 127.0.0.1:8082

In the same time it is possible to run one node just using python bcn_api.py

To be faster in manipulating with systemctl for these nodes and nginx: bcn.sh and its wrapper bcn (which is to be added to $PATH).

Feel free to ask any question.