Private network nem

How to onboard new node in private block chain network of nem??

Hi!

Need start private blockchain. It is necessary to run several servers and merge into a private lock. At the moment, only Maintain and Testet are supported. To add your private network, I think you need to modify the source code.

In case you want to run a Catapult private network, I suggest you to start trying Catapult using docker-compose.

I attach the GitHub repo with the guidelines, it is easy to follow!

In case you didn’t check the Catapult documentation, please, take a look here

https://nemtech.github.io/

https://nemtech.github.io/ … This link only shows rest api to setup private network and in your “tech-bureau/catapult-service-bootstrap” this link there is only read me file is available.

Actually I am not getting here how to setup private blockchain network here and how to give permission to other node to join private chain

Available network type.

/**
 * Main net network
 */
MAIN_NET(104),
/**
 * Test net network
 */
TEST_NET(152),
/**
 * Mijin net network
 */
MIJIN(96),
/**
 * Mijin test net network
 */
MIJIN_TEST(144);

I think need use MIJIN type.

Can you send how to setup private network using nem-sdk in mijin network

The Java code example for MIJIN_TEST network type.