Home

Awesome

poffw

Proof-of-work prototype (very simple and very stupid)

Development

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

Testing

TBD

License

poffw is licensed under the MIT license. See the license file for details.