I have created a corda network in azure portal following these documentation:
Documentation: https://docs.corda.net/azure-vm.html
The cordapp jar I used from the link....
Yo cordapp jar: http://ci-artifactory.corda.r3cev.com/artifactory/cordapp-showcase/yo-4.jar
I have installed the same jar in 3 corda nodes.
Now the web application is running, in ipaddress:10004, but http://ipaddress:10004/api/yo/peers returns
{
"peers" : [ "C=GB,L=London,O=Organisation 4 (Corda 2.0.0)" ]
}
http://ipaddress:10004/api/yo/peers returns
{
"me" : "C=GB,L=London,O=Organisation 4 (Corda 2.0.0)"
}
I am not sure if I missed anything on network manager node. Any suggestions?? Thanks in advance.