Description
When we start the network, we are limited to the nodes we declare. We want to implement the ability to add new nodes to the network while the network is running. We should also be able to remove nodes from the network.
Acceptable Criteria
Results
The StartNetwork.sh script can be run multiple times adding new nodes in the process. Each instance of StartNetwork.sh can be closed and the nodes will be dropped from the network. Closing shouldn't compromise the integrity of the network.
Description
When we start the network, we are limited to the nodes we declare. We want to implement the ability to add new nodes to the network while the network is running. We should also be able to remove nodes from the network.
Acceptable Criteria
Results
The StartNetwork.sh script can be run multiple times adding new nodes in the process. Each instance of StartNetwork.sh can be closed and the nodes will be dropped from the network. Closing shouldn't compromise the integrity of the network.