To start run:
git clone https://github.com/ramonus/bchain.git
git submodule init
git submodule update
pip install -r requirements.txt
python server.py
The above code runs the blockchain node, to manage and maintain active you need to run python client.py
command.
To change the default port -p --port
flag is available to use to set a port.
Client connects to the server to control it.
Still developing