dlt
Here are 137 public repositories matching this topic...
-
Updated
Apr 16, 2019 - C++
-
Updated
Jun 16, 2020 - Go
- 400 - Bad Request (Client Error)
- 401 - Unauthorized, authentication required
- 404 - Not Found
JSON API reports user input errors back to the client, e.g:
{"errors":["JSON parser error: Unexpected character 'f' at input index 27 (line 1, position 28)"],"status":400}
{"errors":["Can't read null as string element for actAs"],"status":401}
However there were multiple requests
-
Updated
Apr 11, 2020 - C++
-
Updated
Jul 1, 2020 - C++
-
Updated
May 4, 2020 - Java
-
Updated
Jun 29, 2020 - Objective-C
I am contemplating adopting Iroha, but the documentation is sparse and there are several SDKs that seem to be at different levels of maintenance and functional coverage. I'd prefer to use the Python one, but I have cloned this repo and find no ability to control the multisignature or access control functions of the ledger. How are these meant to be managed?
-
Updated
Apr 14, 2020 - 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 29, 2020
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
Jun 11, 2020
-
Updated
Jun 17, 2019 - JavaScript
-
Updated
Jul 1, 2020 - C#
-
Updated
Sep 4, 2019
-
Updated
Jun 21, 2017 - C++
-
Updated
Jan 9, 2019 - Java
-
Updated
Jun 12, 2020 - Haskell
-
Updated
Mar 31, 2019 - C++
-
Updated
Jan 13, 2019 - Idris
-
Updated
May 24, 2019 - Solidity
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Apr 5, 2017 - JavaScript
-
Updated
Jun 27, 2020 - TypeScript
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