kczulko / auction-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auction-system

run howto

  1. Start daml: daml start --sandbox-port 7600 --start-navigator false
  2. Start sbt (interactive mode) within three terminal windows.
  3. Execute following command
# window one, Seller terminal
sbt:auction-system> run -s "Jacek Malczewski, Vicious Circle"

# window two, Alice' terminal
sbt:auction-system> run -b alice

# window three, Bob's terminal
sbt:auction-system> run -b bob
  1. Send invitation from the Seller terminal and submit bids for either Alice or Bob

About


Languages

Language:Scala 66.8%Language:Haskell 33.2%