GeorgSchneider / kyc-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAML KYC Portal

Prerequisites

Building and running locally

  1. Build the DAML models and the UI project
make build
  1. Start the sandbox ledger
daml start
  1. In a new shell, start the UI
cd ui
yarn start

This opens a browser page pointing to http://localhost:3000/#/login. Note that the development server serves content via http and should not be exposed as is to a public-facing network.

Note that if you change your DAML models you need to run a full rebuild for the changes to propagate to your UI code:

make build

About

License:Apache License 2.0


Languages

Language:TypeScript 98.2%Language:HTML 1.3%Language:Makefile 0.5%