Directory Structure
Here's the directory structure for Tyepscript SDK tutorial.
βββ src
β βββ libs
β β βββ Holder.ts
β β βββ Issuer.ts
β β βββ Verifier.ts
β βββ utils
β βββ constants.ts
β βββ dvrTable.ts
β βββ helper.ts
βββ index.ts
βββ MyHolder.ts
βββ MyIssuer.ts
βββ MyVerifier.tsComponents :
MyHoder, MyIssuer, and MyVerifier provide an overview of the process.
The Libs folder contains the detailed implementation of each actor.
The Utils folder includes miscellaneous functions.
Last updated