-
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 deploy…
-
hi, I try to run our cordapp with corda enterprise. we already get enterprise jars, and its placed at private github repo like `https://raw.githubusercontent.com/our_organization/enterprise-maven-repo…
-
https://github.com/corda/cordapp-template-kotlin/blob/36d4f3e3b7a77160966be32cc82fcf8c078e2cf1/workflows/src/main/kotlin/com/template/flows/ExampleFlowWithEvolvableToken.kt#L43
-
There was an unexpected error (type=Internal Server Error, status=500).
net.corda.core.utilities.Try$Success (erased) -> value(*) -> net.corda.core.node.services.Vault$Page (erased) -> states(java.ut…
-
Hi.
In https://github.com/MikkelThomsen/samples I have added an example of a contract that uses a custom data class and runs a MockNetwork using that class. See `cordapp-example/workflows-kotlin/sr…
-
As a cordapp developer, I would like an extension command to create a brand new cordapp project please.
For an example of how this can be done, see the rather useful Maven extension from Microsoft…
-
I have trouble changing branches because my IDE modifies .idea/codeStyles/Project.xml
```
…
-
Running nodes w/ token example cordapp fails while booting.
**Error**
`
[quasar] WARNING: Method not found in class - assuming suspendable: com/r3/corda/lib/tokens/selection/api/Selector#generate…
-
At the moment the game rules are checked from chess.js at client-side. For a complete and fair cordapp, this should happen at the smart contract's verify function.
-
Corda 4.3 OpenSource
Tokens SDK 1.1
Currently in-memory selection is enabled by default, and to disable it you need to add `tokens-selection-1.1.conf` under `cordapps/config` with the following:
…