@container23/caml-metamask-snap

0.1.8 • Public • Published

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

  1. 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.
  1. Build Release Bundle

    yarn build

  2. 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. using https://unpkg.com/browse/[package name]@[package version]/).
  • Once you are confident the release contents are correct, publish the release using npm publish.

Readme

Keywords

Package Sidebar

Install

npm i @container23/caml-metamask-snap

Weekly Downloads

1

Version

0.1.8

License

CC-BY-4.0

Unpacked Size

268 kB

Total Files

7

Last publish

Collaborators

  • container23dev