Reputation: 135
Can someone help me with the Steps or Instructions to create a Network Map Server in Corda ?
In the Network Map in Corda docs, I see this can be done in two ways. One with the additional-node-info's which we use the help of Network Bootstrapper, which is clear. And the other HTTP network map protocol is not clear. It would be great if someone shares the steps in detail to create network map server that distributes information across the nodes.
Thanks in advance.
Upvotes: 5
Views: 1348
Reputation: 71
Because I am not skilled in Kotlin, I use Java to build a simple Corda Doorman and Network Map Service after reading the source codes of Corda and Cordite. You can check them out from Github. Thanks.
Upvotes: 1
Reputation: 23140
The Cordite Foundation has released an open-source network map implementation: https://gitlab.com/cordite/network-map-service. You can use this as a reference to see how a network map can be implemented.
Upvotes: 3