blockfence-insights
v0.1.2
Published
Blockfence transaction insights
Keywords
Readme
Blockfence Insights snap
Metamask snap that enhances blockchain wallet security by providing insightful transaction analysis.
Developers Mode
You can run the extensions in a development mode by running the following command:
npm install
npm run startIt should serve a snap site for development purposes in http://localhost:8080
Release
In order to build a production version:
npm install
npm run build
npm run serve