decentralized-identity / keripy

Python Implementation of the KERI Core Libraries
Apache License 2.0
28 stars 10 forks source link

How to get keri server up #132

Open shoyebinamdar opened 3 years ago

shoyebinamdar commented 3 years ago

Hi Team,

I have setup keripy on my local with all tests passing. But now I need to make keripy server up and running, but Readme file lacks this information. Can you provide some documentation which provides information about using the source code?

shoyebinamdar commented 3 years ago

@SmithSamuelM Can you please help me with this?

SmithSamuelM commented 3 years ago

The best place to start is the /demo folder.

There is no KERI server per se. At least not yet. We are still building the KERI core library. The demos show how a controller and a validator in a pairwise relationship can exchange KELs over TCP. This is called Direct Mode. We are soon to have some working demos of Indirect mode where a Witness would act as a service providing KELs.