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
sendMessageFromExtPageToBackgroundmethod to send the message to thebackground.js, and thenbackground.jswill 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 thelocalstorageandindexDb. - we will inject a
content-scriptinto third-part page, then you can use metatelet api any where.