Copyright © 2023 Digital Asset (Switzerland) GmbH and/or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
This Daml Finance Demo App showcases how the Daml Finance library can be integrated into a fully-fledged Daml application.
The Daml Finance documentation provides a number of options to get started using the library.
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
This repo assumes the use of direnv for local development, along with a working Nix installation.