Official Python implementation of the FuzionCoin protocol
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.
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