Base helper scripts and guides to ease corda deployment, development and node configrations with Corda
Tested on Corda V2
You can deploye your on Corda network on Azure in minutes from here.
- nodes - Contains IP addreses of all your Corda nodes.
- deploy-apps.sh - Can deploy one or more CordApps to corda nodes listed in nodes file.
- remove-app.sh - Can remove a cordApp from all nodes listed in nodes file.
- rename-node.txt - Guides you about how to rename your Corda node.
- reset-node-data.txt - Guides you about how to clear all data on your corda node.
This script will automatically takes all the CordApps in 'apps' folder and deploy them on your corda network. It asks for your ssh password to corda nodes before deployment.
This script will ask you for the name of CordApp you want to remove from your corda network. You just need to mention the name of app without extension (.jar). For example: If you have deployed './apps/yo-app.jar' on your corda network and you want to remove it. You will have to provide app name 'yo-app' when asked while running the script.
-
Edit 'nodes' file and add all IPs of your corda network nodes
-
Edit 'deploy-apps.sh' & 'remove-app.sh' and change line number 3 with your username of Corda network.
-
Run the desired script