Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 552 Bytes

Samples for the Nodejs signer client library

These samples were tested with Node v.19.0.0

Building

First, run npm install to install the client library and other dependencies on this folder

How to test a sample

First, select a sample, in order to run it, navigate to the scenarios\dist folder and execute

node [sample-name].js

Additionally, if you want to compile all samples to JavaScript before running, navigate to scenarios and run

tsc

After running this command, all js files will be recreated in the dist folder.