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

Grateful if you could help me understand why in obligations example the issue-iou method uses PUT rather than GET?

In oracle-primenumber/README.md: "We can then see the state wrapping the 5th prime (11) in our vault by running: run vaultQuery contractStateType: net.corda.examples.oracle.base.states.PrimeState" code refactored to: run vaultQuery contractStateType: net.corda.samples.oracle.states.PrimeState

After starting example protect CorDapps (java) ./gradlew clean deployNodes the command line output to back error. Symbol not found: _clock_gettime Corda can be run on mac OS 10.11.x or it...

I'm getting the error ``` RPCClientProxyHandler.onRemoval - A hot observable returned from an RPC was never subscribed to. This wastes server-side resources because it was queueing observations for retrieval. It...

Docker can be a bit daunting if you have never used it before. Add a Docker sample that clearly shows a deployment process involved creating your own docker image. e.g....

The [blob-inspector](https://docs.corda.net/docs/corda-os/4.8/blob-inspector.html) could be useful for support staff to investigate issues. Add a sample demonstrating simple serialisation and also serialisation when using jars on the classpath.

Questions about load testing and performance frequently come up on Slack. Corda Enterprise has the jmeter test suite, however, most new people seem to want something simple to use with...

The contracts:test of the snakes'n'ladders sample fails with this error: ``` Cannot find contract attachments for BoardConfigContractnull ``` It can be resolved by changing the ID in the contract from...

The docs talk about paging and sorting. It would be useful to have a demo that did pagination and sorting. How to do sorting on standard columns as well as...

Hi When you create nodes using **Cordform**, after building the project (through _./gradlew deployNodes_) and running nodes (through _./build/nodes/runnodes_) you can test APIs by running each server, e,g, runPartyAServer by...