1.1.0 • Published 2 years ago
web3-plurality-zk-snap v1.1.0
Plurality Snap
This snap contains functionality for zero-knowledge secrets creation. This snap is to be used in conjunction with plurality's dashboard and widget.
To run
yarn install && yarn 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