1.2.0 • Published 2 years ago
plurality-secrets-snap v1.2.0
Plurality Secrets Snap
This snap contains functionality for zero-knowledge and DID secrets creation. This snap is to be used in conjunction with plurality's dashboard and widget.
To run
npm install && npm run startTo publish
- Update the version in
package.jsonfile - Run
npm run build:cleanand verify insnap.manifest.jsonfile if the changes (version etc.) were reflected from package.json - Run
npm versionand verify if the version is updated correctly locally - Run
npm publishto publish it to public npm registry
Release
- The package is released on NPM registry via a build pipeline on merge to main