openwallet-foundation / acapy

ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.
https://aca-py.org
Apache License 2.0
415 stars 514 forks source link

LEDGER_URL missing in JSON-LD Lab #2215

Closed janesp closed 2 months ago

janesp commented 1 year ago

ERROR:runners.support.agent:Error loading genesis transactions while executing lab example

Amendments required for JSON-LD lab

./run_demo faber --did-exchange --aip 20 --cred-type json-ld

should be LEDGER_URL=http://dev.greenlight.bcovrin.vonx.io ./run_demo faber --did-exchange --aip 20 --cred-type json-ld

Same for Alice agent LEDGER_URL=http://dev.greenlight.bcovrin.vonx.io ./run_demo alice

swcurran commented 1 year ago

Thanks. It really shouldn’t be needed if we aren’t using Indy-based credentials, but I agree it is right now.