- Update step-by-step instructions
system.
- Install "pyinstaller" by running the following command from your command-line interface ==>
pip install pyinstaller
- Build the project from the root directory ==>
make build
- Run the executable with the proper arguments. (Note: port & peers are just examples here) ==>
./node --port 9182 --peers 9034,9872,8990,8024,9011
- Begin transactions
Todo: Check if the user is valid