worldsibu / hurley

The development environment toolset for blockchain projects
https://worldsibu.io/convector/hurley
Apache License 2.0
80 stars 19 forks source link

Join in an existing network #205

Closed levanthanh3005 closed 4 years ago

levanthanh3005 commented 4 years ago

Hello, I have a network created by hurley called network A, Is this possbile to create an organization by hurley also from another machine and then join into network A, I check hurley -h, and there is no function for that, Thank for your time

diestrin commented 4 years ago

It is possible, but Hurley doesn't have any helpers to do that. Hurley creates the network and gives you all the private keys used, so you can send config transactions to manually update the network. Remember Hurley is meant for development only, and that's why it doesn't have those tools.

levanthanh3005 commented 4 years ago

thanks, I close the issue