Python port of Clutter, a fully distributed social messaging app built on Holochain
See https://github.com/holochain/clutter for the code that is being ported.
This is a work in progress. It can be built and tested and it works like clutter plus enhancements that may or may not be backported eventually in some or all cases.
To compile the Python for Holochain and React, you will first need to install Transcrypt and Paver.
pip install Transcrypt==3.7.8
pip install paver
Note that the specific version of Transcrypt may matter, we are currently modifying the output and earlier or later versions may not work correctly.
Then just run 'make' and it should build both the Zome and the UI automatically, as long as you have npm or yarn already installed as well.
If you don't understand what this is about, please see the clutter page linked above.
Not for any sort of production use whatsoever, no warrantee express or implied.