Skip to content

FuzionCoin-dev/py-fuzioncoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFuzc

made-with-python Maintenance GitHub license GitHub latest commit PRs Welcome

Official Python implementation of the FuzionCoin protocol

WARNING: Under construction. Use at your own risk. Some functions may not work.

Setup

Install required python packages:

pip install -r requirements.txt

Edit configuration file (config.json) to match your requirements.

Remember to add at least 1 valid trusted peer so that a peer can connect to the network.

Launch peer

You can launch peer with following commands:

on Linux and macOS:

chmod +x launch.sh
./launch.sh

on Windows:

launch.bat

Or with specifying configuration file location:

on Linux and macOS:

./launch.sh --config PATH

on Windows:

launch.bat --config PATH

About

Official Python implementation of the FuzionCoin protocol

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages