corda / samples-kotlin

This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage.
51 stars 48 forks source link

There is no `./build/nodes/runnodes` after negetiation-cordapp is built. #14

Open programmerkgit opened 4 years ago

programmerkgit commented 4 years ago

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.