samples-kotlin icon indicating copy to clipboard operation
samples-kotlin 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 20 samples-kotlin issues
Sort by recently updated
recently updated
newest added

Hi Team, I have observed that kotlin version and related gradle plugin version is out of date. Can we change version in the constants.properties in Basic folder ? Thanks, Kiran...

Hi, I am getting error while configuring sample source code application locally. I am following the steps mentioned in official documentation link in given below. Documentation Link: [Run a sample...

Hi there, I am trying to run the sample found at https://docs.corda.net/docs/corda-os/4.7/tutorial-cordapp.html I have successfully cloned the repo and generated the nodes with `./gradlew deployNodes` When attempting to `java -jar...

The HTTP example is from years ago https://github.com/corda/flow-http There are better ways to do that now: https://docs.corda.net/docs/corda-os/4.7/api-flows.html#calling-external-systems-inside-of-flows

The tictacthor sample has a commented out section where the signer verification should be https://github.com/corda/samples-kotlin/blob/master/Accounts/tictacthor/contracts/src/main/kotlin/net/corda/samples/tictacthor/contracts/BoardContract.kt#L54-L56 // Signatures // TODO: Should only the initiating party sign? //"Both participants must sign a...

The only queries in the samples are getting all states by class or using LinearStateQueryCriteria to get via id. There are lots of other different query options available https://docs.corda.net/docs/corda-os/4.8/api-vault-query.html#querycriteria-interface The...

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...

Currently, the `heartbeat occurs every second` test waits for 6 seconds by sleeping the thread before observing the node's vault and the expected number of transactions is correct. 7 transactions...

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 ```...

[WARN ] 2020-06-28T17:07:32,899Z [Node thread-1] statemachine.StaffedFlowHospital. - Flow [d030fed8-7aed-4572-898c-87113f904482] failed to be finalised. Manual intervention may be required before retrying the flow by re-starting the node. State machine state: StateMachineState(checkpoint=Checkpoint(invocationContext=InvocationContext(origin=Peer(party=O=Dealer1,...