Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Starting ex-cdm-swaps in demo modeForum ↗

Starting ex-cdm-swaps in demo mode

App Development2 posts369 views4 likesLast activity May 2020
OL
OlusegunOP
May 2020

Hello all,

Good evening.

  • Start the automation by running:
(cd app/; sbt "runMain com.digitalasset.app.Bots localhost 6865 {includeDemo}")

Set includeDemo to true or false depending on whether the application is run in demo mode.

Please how do I set IncludeDemo to true?

is it

{ includeDemo=true}

?

Thanks.

CO
cocreature
May 2020

You can set the last argument to true or false. So putting things together,

(cd app/; sbt "runMain com.digitalasset.app.Bots localhost 6865 true")

will start the bots in demo mode.

← Back to Discussions