Currently there are nice scripts for carrying out initial bootstrapping, and for setting up contracts, but not for onboarding new nodes. We really want to see an app where it's appealing to connect an sgx node and join the network usefully. So we should make some streamlined process for onboarding new nodes.
"join node" automation that posts a request on-chain and waits for response
Automation for a welcome server that automatically responds to on-chain requests to join
Rather than doing on-chain everything, it would also be possible to use some rpc service, but this seems simplest to do first
Currently there are nice scripts for carrying out initial bootstrapping, and for setting up contracts, but not for onboarding new nodes. We really want to see an app where it's appealing to connect an sgx node and join the network usefully. So we should make some streamlined process for onboarding new nodes.
Rather than doing on-chain everything, it would also be possible to use some rpc service, but this seems simplest to do first