Skip to content

Proof-of-concept Python implementation of client-side logic for file-sharing using the IOTA Tangle

License

Notifications You must be signed in to change notification settings

automyr/disperpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

disperpy

Proof-of-concept Python implementation of client-side logic for file-sharing using the IOTA Tangle

  • Install python 3.6 - you can get it here.
  • Install pip - already comes with any version of python >=3.4, so you don't need to do anything.
  • Install pipenv - Open a cmd/terminal and write pip install pipenv - This is optional, but I recommend doing this instead of using the requirements.txt file.
  • Clone this repo to any folder, then just call pipenv install from inside that folder (where the pipfile and pipfile.lock are).
    • If you want to mess around with the code, which at this point in time is the only reason to do all this ^, you should instead call pipenv install --dev to also install the testing framework I'm using.

About

Proof-of-concept Python implementation of client-side logic for file-sharing using the IOTA Tangle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages