Corda Network Map - Salesforce Lightning Interface
Network Map Visualforce Page for surfacing nodes in a Corda Network within the Salesforce Lightning interface.
- Create the Visualforce Page and a Tab within the Salesforce Platform
- Update the API Key for Google Maps
- Set the Endpoint in the Controller of where your Network Map Server is running
- Add Nodes to the Network
This will work with the open-source Cordite Network Map Docker Container:
docker run -p 8080:8080 -e NMS_STORAGE_TYPE=file cordite/network-map