Metahub is a web plugin wallet, we have completely rewritten the code, using typescript and vue3, supporting EOS and EVM blockchains.
Project website: https://metahub.cash
Github link: https://github.com/metahubwallet/metahub-next
Chrome extension link: https://chrome.google.com/webstore/detail/metahub-easy-to-use-eos-w/nglnaekfdaelelcaokeemlnopjhekdkj
npm install
Hot Module Reloading is used to load changes inline without requiring extension rebuilds and extension/page reloads Currently only works in Chromium based browsers.
npm run watch
Minifies and optimizes extension build
npm run build
Loads the contents of the dist directory into the specified browser
npm run serve:chrome
npm run serve:firefox