Metalet is a Metaverse Chain wallet.
Wallet keys are stored in localStorage, optionally encrypted by a password.
See https://www.mvc.space/metalet.html or the Chrome Extension to install.
require Node.js version 14 yarn yarn build Uncompressed builds can be found in /dist, install it by Chrome in developer mode.
there are some info about how to develop this project.
- the client page use
sendMessageFromExtPageToBackground
method to send the message to thebackground.js
, and thenbackground.js
will send another message to feedback. - the account will store in
indexDb
, when you create a new account, the program will save the user info into thelocalstorage
andindexDb
. - we will inject a
content-script
into third-part page, then you can use metatelet api any where.