samples-kotlin
samples-kotlin copied to clipboard
There is no `./build/nodes/runnodes` after negetiation-cordapp is built.
negotiation-cordapp README says
Running the nodes:
Open a terminal and go to the project root directory and type: (to deploy the nodes using bootstrapper)
./gradlew clean deployNodes
Then type: (to run the nodes)
./build/nodes/runnodes
However ./build/nodes/runnodes is not created.