-
There is a HashAgility tool that allows for setting custom digest algorithms.
There might be a slight problem: inside init method it tries to call
`DigestAlgorithmFactory.registerClass(customDige…
-
Currently the **path to cordapps** is provided in the settings tab.
I want to run the front end as a docker container. How will i add cordapps if it runs inside docker?.
In settings page it would…
-
**Describe the solution you'd like**
Add a new endpoint for corda 5 to support the deployment of cordapps
**Additional context**
The PR for the corda 5 support is still under review. Use the PR b…
-
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 a reboot.
![ima…
-
Hi
While downloading CordaApp via windows command promt I'm getting below error. Please help
fatal: unable to access 'https://github.com/corda/cordapp-example/': SSL certificate problem: self si…
-
Reported from Discord
-in the build.gradle file of obligation-cordapp ' compile "com.hedera.hashgraph:corda-hcs-notary:0.0.1" ' this keep on showing error
-
The `contract` and `workflow` directories should be renamed to `contracts` and `workflows` to be inline with the [corda/cordapp-template-kotlin](https://github.com/corda/cordapp-template-kotlin) repos…
-
- In the Negotiation CorDapp both `ProposalState` and `TradeState` belong to the same contract `ProposalAndTradeContract`.
- Inside the contract, it mandates for `Propose` command that there should…
-
Cleared all the compilation errors and now am stuck with the following errors when using both 4.0 and 4.1.RC01 as corda release version in the build.gradle file. Can someone please help?
Cordapp ne…
-
We are currently programming against Corda 4 and we feel that the way the `cordapp` plugin achieves its goal makes our gradle setup unnecessarily bloated.
### Expected
We maintain our flows/contra…