samples-java icon indicating copy to clipboard operation
samples-java copied to clipboard

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

Results 33 samples-java issues
Sort by recently updated
recently updated
newest added

Update just the `Basic` samples for Gradle 7.4.2.

Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. Changelog Sourced from node-notifier's changelog. v8.0.1 fixes possible injection issue for notify-send Commits 5d62799 v8.0.1 0c4a80d chore: adds changelog f5a7bc6 fix: test cases b9d148d...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. Changelog Sourced from node-notifier's changelog. v8.0.1 fixes possible injection issue for notify-send Commits 5d62799 v8.0.1 0c4a80d chore: adds changelog f5a7bc6 fix: test cases b9d148d...

dependencies

After executing "gradlew deployNodes" the operation fails and continues to emit log messages until the JVM runs out of memory. Then the system is left in an unstable state requiring...

So I have managed to get to ./build/nodes/runnodes section of the tutorial but all three terminal windows close stating : " [main] bridging.BridgeControlListener. - Failure to start BridgeControlListener" and "...

https://github.com/corda/samples-java/blob/2fd7b409b1eb883553c61512e3afdd00e382b770/Accounts/supplychain/workflows/src/main/java/net/corda/samples/supplychain/accountUtilities/CreateNewAccount.java#L10 https://github.com/corda/samples-java/blob/2fd7b409b1eb883553c61512e3afdd00e382b770/Accounts/tictacthor/workflows/src/main/java/net/corda/samples/tictacthor/accountUtilities/CreateNewAccount.java#L10

I am new to Corda and this question is totally newbie question, I want to build a sample blockchain app that can be consumed using REST for that I want...