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 all Basic CorDapps to JDK17 & Corda 4.12-RC01 All Basic CorDapps tested following the Readme steps. Progress can be tracked here: https://r3-cev.atlassian.net/wiki/spaces/CB/pages/5033525396/JDK17+Corda+4.12+upgrade+of+Sample+CorDapps

Update `Advanced/obligation-cordapp` to JDK17 and Corda 4.12-RC01.

add client and add workflow to dollartohousetoken sample app

I tried ` gradlew clean deployNodes ` in directory, 'cd samples-java\Accounts\supplychain' and got the error mentioned in snapshot. Please help me to resolve this issue. The irony is, I build...

Hello, I'm trying to build a corda account for my project. I've installed the libraries inside of my build.gradle file. But, it seems have problem when I import the com.r3.corda.lib.accounts.contracts...

i am using corda 4.10 and trying to connect to postgresql driver verison 42.2.9 then it gives error like **incompatible database schema version detected please run schema migration scripts reasion...

Hi, H2 database access via localhost is broken even though using the database URL given. Getting connection refused. Anyone have any idea? Thanks ![image](https://github.com/corda/samples-java/assets/25733356/c69c1cd7-cb6b-4ffd-97d3-a5ecd21ed7bf) ![image](https://github.com/corda/samples-java/assets/25733356/0124a361-2b71-4851-9e90-a47dc2a23bc5) ![image](https://github.com/corda/samples-java/assets/25733356/8daa293b-8203-449b-b6ed-3b315e483538) Attached with is the...

Until `heldTokenAmountCriteria` behaviour resolved will have to use QueryCriteria against external_id. Made changes to all occurrences.

The dependency org.jetbrains.kotlinx:kotlinx-html-jvm:0.6.12 appears to only be available in jcenter. It is needed by project :contracts > net.corda:corda-testserver-impl:4.9 This adds the jcenter repo (to all projects, it could alternatively be...

Before: Error: Could not find or load main class net.corda.samples.example.webserver.Client After: -- Here is the networkMap snapshot -- // -- Here is the node info of the node that the...