@container23/caml-metamask-snap
v0.1.8
Published
CAML AML search metamask Snap
Downloads
4
Readme
caml-metamask-snap
A metamask Snap for the CAML search.
Note: this package is under Alpha version. New breaking changes may be introduced.
Getting Started
yarn install && yarn start
Contributing
Testing and Linting
Run yarn test
to run the tests once.
Run yarn lint
to run the linter, or run yarn lint:fix
to run the linter and fix any automatically fixable issues.
Releasing & Publishing
- Choose a release version.
- Use
npm version
- The release version should be chosen according to SemVer. Analyze the changes to see whether they include any breaking changes, new features, or deprecations, then choose the appropriate SemVer version. See the SemVer specification for more information.
Build Release Bundle
yarn build
Publish the release on npm.
- Be very careful to use a clean local environment to publish the release, and follow exactly the same steps used during CI.
- Use
npm publish --dry-run
to examine the release contents to ensure the correct files are included. Compare to previous releases if necessary (e.g. usinghttps://unpkg.com/browse/[package name]@[package version]/
). - Once you are confident the release contents are correct, publish the release using
npm publish
.