Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.
/ PyHoloWorld Public archive

Basic Hello World app for Holochain ported to Python

License

Notifications You must be signed in to change notification settings

pythagorean/PyHoloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyHoloWorld

Basic Hello World app for Holochain ported to Python

Please see original code at https://github.com/holochain/HoloWorld

To compile this Python code for Holochain, you will first need to install Transcrypt and Paver.

pip install transcrypt
pip install paver

After that just run 'make' and it should build.

Then 'hcdev test' and 'hcdev web' should work without any problem.

If you wish to modify the app DNA in a way that requires inclusion of the Python runtime, modify Makefile accordingly to build with 'paver -q build -r' and run 'npm install' or 'yarn' to obtain needed libraries.

About

Basic Hello World app for Holochain ported to Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published