Skip to content
#

corda

Here are 95 public repositories matching this topic...

opticyclic
opticyclic commented Sep 11, 2019

Currently there seem to be 3 options for testing Corda:

  1. MockNetwork
  2. Driver DSL
  3. Manually start a network then run tests

The MockNetwork is useful for testing flows but it doesn't implement an RPC interface so you can't use it in your Spring REST API tests.

The Driver DSL has an RPC interface but all the work appears to have to be done in the dsl closure which means you can't get

alkopnin
alkopnin commented Sep 16, 2018

A change of state should be connected with command and contract. The contract checks the transaction correctness based on input/output and attached commands.

Description

There are 3 states: IndySchema, IndyCredentialDefinition, IndyCredential and 4 commands: Create, Upgrade, Consume and Revoke exist in cordentity.

Need to implement proper contracts and verification logic for each state

Improve this page

Add a description, image, and links to the corda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the corda topic, visit your repo's landing page and select "manage topics."

Learn more