Skip to content

digital-asset/daml-finance-app

Repository files navigation

License CircleCI

Copyright © 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0

Daml Finance Demo App

This Daml Finance Demo App showcases how the Daml Finance library can be integrated into a fully-fledged Daml application.

Daml Finance Demo App homepage

Documentation

The Daml Finance documentation provides a number of options to get started using the library.

Running

On Linux or MacOS, run the following commands:

./scripts/get-dependencies.sh
daml start

On Windows, run the following:

./scripts/get-dependencies.bat
daml start

Wait until the sandbox is up and running, indicated by the following output:

...
Press 'r' to re-build and upload the package to the sandbox.
Press 'Ctrl-C' to quit.

Then, in another console run:

cd ui
npm install
npm start

Contributing

Dependencies

This repo assumes the use of direnv for local development, along with a working Nix installation.