animo / animo-demo

Interactive demo explaining the concepts of self-sovereign identity.
https://demo.animo.id
Apache License 2.0
29 stars 43 forks source link

Where do i find my AGENT_PUBLIC_DID_SEED, AGENT_ENDPOINT & AGENT_WALLET_KEY? #132

Closed Squichell closed 1 year ago

Squichell commented 2 years ago

I don't know what is meant by AGENT_PUBLIC_DID_SEED, AGENT_ENDPOINT & AGENT_WALLET_KEY, what I need for them and where I can find the appropriate variables.

janrtvld commented 2 years ago

Hi @Squichell!

The public did is an identifier for a public entity/issuer. The public DID is based on the public did seed (like a public/private key pair). You can register a public did here.

The AGENT_WALLET_KEY is used for encrypting your wallet. For development you can use a simple non-secure key.

The AGENT_ENDPOINT is an url where you can reach the agent. By default it sets up an Ngrok tunnel from your localhost so your agent is connected to the internet.

janrtvld commented 1 year ago

I think this can be closed. Please open another issue if you have any more questions or join our discord!