Skip to content

NuID/daml-example

Repository files navigation

NuID :: DAML

NuID's distributed key management backed by DAML's smart contract platform.

⚠️

This repository is intended as an illustrative example. Get in touch if you're interested in using NuID :: DAML in a production environment!

Requirements

Usage

From the root of this directory:

$ chmod +x bin/demo.sh
$ ./bin/demo.sh

Once Server started! appears in the terminal output, you'll be able to visit:

  • localhost:4000 to inspect the DAML navigator
  • localhost:8080 to interact with a minimal login demo
  • localhost:8080/slides for additional information on using NuID :: DAML

Exit and cleanup with ctrl+c (twice, on some platforms).