0.4.1 • Published 5 years ago
@digitalcredentials/tls-did-resolver v0.4.1
Usage & Documentation
npm i @digitalcredentials/tls-did-resolverThe documentation for the TLS-DID Method and it's libraries can be found in the tls-did repository.
Development
Installation
npm iTest
Clone tls-did-playground to same root folder
cd ../tls-did-playground
npm run testnet
npm run deployRegistryVerify that the etherPrivKey and registryAddress in tls-did-resolver/src/__test__/testConfig.json are identical to tls-did-playground/environment.json.
cd ../tls-did-resolver
npm run testBuild
Should be run before each commit.
npm run buildRelease
npm run buildCommit changes
npm run release