
@rsksmart/did-utils
DID utils


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