@rsksmart/did-utils
v1.0.0
Published
DID utils
Downloads
4
Readme
A set of util functions for W3C DIDs.
npm i @rsksmart/did-utils
API
export const createDidFormat = (address: string, chainId: number): string
Develop
Run tests:
npm test
Run linter:
npm run lint
Build:
npm run build