Skip to content

EnterCoin JavaScript and Vue based on Fantom PWA wallet

License

Notifications You must be signed in to change notification settings

xenterchainx/PWA-Wallet

 
 

Repository files navigation

Enter PWA Wallet

JavaScript and Vue wallet based on Fantom pwa wallet.

We are using:

  • Node / NPM
  • ES2015 (and beyond) support.
  • Vue.js
  • Vue Router for routing
  • Vuex for global state management
  • SCSS

Project setup

We use npm to handle dependencies.

npm install

Hot Build

The npm script can be used to serve default implementation.

npm run serve

Production Build

npm run build

Chrome Extension Build

npm run build:chrome-extension:background-js
npm run build:chrome-extension:app
# output is in chrome-extension/dist

Localization

Translations for views and components are located in src/locales directory.

About

EnterCoin JavaScript and Vue based on Fantom PWA wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 62.9%
  • JavaScript 25.7%
  • SCSS 11.3%
  • Other 0.1%