-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Implement a react dashboard component to be integrated to this system.
The component have to do this features:
-> Show miners "mine" button
-> Show miners "consensus" button, to interact with other peers and update the chain incase it is outdated
-> Show miners connect to other nodes option
all these components interact with flask API.
like localhost:5000/mine to mine new block,
localhost:5000/consensus to update the chain
localhost:5000//register-node/broadcast to register new nodes by giving its address