Starting ex-cdm-swaps in demo mode
App Development2 posts369 views4 likesLast activity May 2020
OL
OlusegunOP
May 2020Hello 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 2020You 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.