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.
npm install && npm run start
- 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
- The package is released on NPM registry via a build pipeline on merge to main