Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 439 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 439 Bytes

marlowe-actus-labs

Web app which deploys ACTUS contracts using Marlowe on the Cardano blockchain. WIP.

Installation

Devel env shell.nix doesn't cover Js deps so in order to build the app you have to perform $ npm install manually.

CI

  • Testing:

    $ spago test
  • Formatting:

    $ purs-tidy format-in-place 'src/**/*.purs'

Staging server

Start the server with

npm run start