@trinitytech/did-web-service-sdk
v1.0.0
Published
SDK to remotely access features from the DID Web Service app
Downloads
2
Readme
Introduction
This SDK provides features for third party apps to use remote features specific to this DID Web Service. Features generic to all identity wallets remain in the connectivity SDK every time we can.
Build for production
npm run build
Generated output is in dist/ and dist.esm/.
Develop
npm run dev
(hot reload)