dlt
Here are 169 public repositories matching this topic...
-
Updated
Apr 16, 2019 - C++
-
Updated
Jun 26, 2021 - Go
Currently such a request would return an HTTP 500:
curl -H "Authorization: Bearer <valid token>" "http://localhost:7575/v1/packages/not-a-real-package-id"I believe this is unexpected and an HTTP 404 would be more appropriate, which would mean (specification):
10.4.5 404 Not Found
The server has not found anythi
-
Updated
Aug 17, 2021 - C++
-
Updated
Apr 29, 2021 - C++
-
Updated
Jul 21, 2020 - Java
-
Updated
Jul 14, 2021 - Objective-C
-
Updated
Aug 5, 2021 - Python
-
Updated
Aug 16, 2021 - JavaScript
Hi! My name is Andrey and I'm glad to see you here :)
In this distribution, we are creating our open source blockchain platform. In development, we adhere to two main ideas: universatility and simplicity.
The technology should be as flexible as possible so that it can be easily used in different industries.
The technology should be simple enough so that everyone understands
-
Updated
Jun 4, 2021
-
Updated
Aug 15, 2021 - JavaScript
Token ledger
It would be useful to be able to look at transactions on the payments/token ledger of Sovrin, i.e. ledger id = 1001.
Are you already working on this? Would you be open to a PR?
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jun 17, 2019 - JavaScript
-
Updated
Mar 31, 2019 - C++
-
Updated
Aug 11, 2021 - Haskell
-
Updated
Mar 31, 2019 - Python
-
Updated
Sep 4, 2019
-
Updated
Sep 15, 2020 - C#
-
Updated
Jan 9, 2019 - Java
-
Updated
Aug 9, 2021 - TypeScript
-
Updated
Jun 21, 2017 - C++
Improve this page
Add a description, image, and links to the dlt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dlt topic, visit your repo's landing page and select "manage topics."
Currently there seem to be 3 options for testing Corda:
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