televerse-ec-did-suite
v0.1.14
Published
Televerse EC DID Suite
Downloads
388
Readme
Televerse End Customer Decentralized Identity Suite
Overview
This snap is required to login to a Televerse Service Provider Portal as an End Customer.
Development Notes
To set up the project, run the following commands:
pnpm i --frozen-lockfile --ignore-workspace
pnpm build
pnpm serveArbitrary EC Client
Televerse EC DID Suite Snap Distribution
Putting our snap onto NPM is easy. Getting the metamask snap to use it is not because of the permissions our snap requires.
Instead, arbitrary clients need to run the snap locally at http://localhost:8080
After pnpm build run:
pnpm makeZipThen copy and unzip the resulting snap.zip to the client,
install pnpm and run:
pnpm prodInstall
pnpm serveNotes
Snap In order to invoke the @hashgraph/sdk within the MM Snap post-processing of the
dist/snap.jsbundle is required. This post processing polyfills and replaces code that is not Secure ECMAScript compliant, or which is otherwise unsupported within a browser like environment.
