Athani Cryptocurrency is a decentralized cryptocurrency which runs over blockchain technology.
Make sure you have python 3 is installed
- Execute the following command to install the required libraries:-
pip install -r requirements.txt
- Then run the file command_line.py on terminal by passing the PORT Address:-
python command_line.py 5000
- To run an instance on another node.Open a new terminal instance and run the file command_line.py on a different PORT Address:-
python command_line.py 5001
- Follow the onscreen available options to carry out required operations.
To get the full blockchain on current network
To check whether the blockchain is valid or not
To Add a new transactions to the Blockchain
To Connect new nodes to the network
Replacing the chain by the longest chain if needed