Ex-cdbc sample on damlhub

Hi daml team

I am experimenting with the

https://github.com/digital-asset/ex-cbdc#getting-started-with-daml-hub

I was able to install everything , but an you explain how I run #7 from readme file on damlhub ?

7. Run the ledger setup scripts/ledger-setup.sh ui/participants.json ui/dabl-parties.json --json-api

Hi @bartcant,

If I’m understanding your question correctly, I believe you can just copy paste that command as is into your terminal and run it from the repo’s root directory:

scripts/ledger-setup.sh ui/participants.json ui/dabl-parties.json --json-api

If that doesn’t work, you can try it as:

./scripts/ledger-setup.sh ui/participants.json ui/dabl-parties.json --json-api

again from the repo’s root directory.