Open kc1116 opened 8 years ago
There are two basic ways to integrate with the sovrin ecosystem:
I expect clarity on this issue to begin to emerge in the next two weeks. This might be an excellent discussion topic for the next user community call on Nov 21.
Thank you for the swift reply. This technology looks awesome and very promising but as a developer first thing I want to do is write a "hello world" app using it. From your reply I am assuming that it won't be a straightforward thing to do and you guys are still making decisions on API , Protocol , design etc. Is it safe to assume that?
@kc1116 that is partly correct. Today the CLI is the easiest way to experiment. It would not be hard as a developer to take the CLI and turn it into a "hello world" app if you felt inclined; as a small python package it's eminently hackable. Underneath, the CLI is turning human-friendly commands into calls over RAET that submit transactions like "NYM" (which creates an identifier for a user on the ledger). Inspecting the CLI's code will uncover the other ledger transaction types.
In the next few weeks, I expect visible progress on more traditional APIs.
where are the API's to build apps that utilize this thing?