Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 642 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 642 Bytes

Notify Me Snap

Notify Me is a snap extension of Metamask which notifies user of significant events like price crashes.

Installing Metamask Flask

To interact with (your) Snaps, you will need to install MetaMask Flask, a canary distribution for developers that provides access to upcoming features.

Getting Started

Clone the repository and setup the development environment:

yarn install && yarn start

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.