Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 396 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 396 Bytes

Vault Decryptor

A web UI for decrypting MetaMask local storage.

Visit live page here

Pre-requisites:

To run the vault decryptor locally, ensure both Beefy and Browserify are installed:

npm install -g browserify

npm install -g beefy

To run:

yarn start

To build:

yarn build

Then just include bundle.js in an HTML file.