dfstool / metahub-next

metahub next version, using typescript and vue3, supporting EVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

metahub next version, using typescript and vue3, supporting EVM


Languages

Language:Vue 64.2%Language:TypeScript 34.6%Language:SCSS 0.6%Language:JavaScript 0.3%Language:HTML 0.1%Language:Shell 0.0%Language:CSS 0.0%