Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Ex-cdbc sample on damlhubForum ↗

Ex-cdbc sample on damlhub

App Development2 posts173 viewsLast activity Apr 2022
BA
bartcantOP
Apr 2022

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

AL
alex.graham
Apr 2022

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.

← Back to Discussions