At present, the repository defines an HTTP webserver for managing the blockchain, but does not include an interactive client to utilize the available routes. A basic workflow is outlined in test/Mine/TestMine.py, and can be used as the basis for a CLI client in python, which should be able to:
Create, save, and load RSA keypairs
Request and mine blocks
Generate transactions
Retrieve the user's deck of cards
At present, the repository defines an HTTP webserver for managing the blockchain, but does not include an interactive client to utilize the available routes. A basic workflow is outlined in `test/Mine/TestMine.py`, and can be used as the basis for a CLI client in python, which should be able to:
- [ ] Create, save, and load RSA keypairs
- [ ] Request and mine blocks
- [ ] Generate transactions
- [ ] Retrieve the user's deck of cards
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
At present, the repository defines an HTTP webserver for managing the blockchain, but does not include an interactive client to utilize the available routes. A basic workflow is outlined in
test/Mine/TestMine.py, and can be used as the basis for a CLI client in python, which should be able to:Congrats for being the first to merge a PR on the platform! 🥇