Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.22 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.22 KB

Marlowe Pioneer Program

Code examples

Building, running and working with the code examples

  • Change directory to the code folder: cd code.
  • To build all examples, do cabal build. This will take a while the first time you do it!
  • To run an individual example, use cabal run. For example: cabal run simple-payment-pay.
  • To interact with an individual example in the Repl, use cabal repl. For example: cabal repl exe:simple-payment-pay.

Homework