Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 858 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 858 Bytes

Metahub Next

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

Usage

Development

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

Build

Minifies and optimizes extension build

npm run build

Load extension in browser

Loads the contents of the dist directory into the specified browser

npm run serve:chrome
npm run serve:firefox