Proof-of-work prototype (very simple and very stupid)
Install external dependencies:
$ brew install python3
$ brew install redis
Install Python and JS dependencies:
$ make deps-py
$ make deps-js
And run development server:
$ make run
TBD
poffw is licensed under the MIT license. See the license file for details.