The Wayback Machine - https://web.archive.org/web/20210623003830/https://github.com/topics/distributed-ledger
Skip to content
#

distributed-ledger

Here are 190 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

Improve this page

Add a description, image, and links to the distributed-ledger 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 distributed-ledger topic, visit your repo's landing page and select "manage topics."

Learn more