https://github.com/waykichain/wicc-webwallet-extensions
WICC Web Wallet Extensions (Firefox & Chrome supported)
https://github.com/waykichain/wicc-webwallet-extensions
plugin wallet waykichain waykimax wicc
Last synced: about 1 year ago
JSON representation
WICC Web Wallet Extensions (Firefox & Chrome supported)
- Host: GitHub
- URL: https://github.com/waykichain/wicc-webwallet-extensions
- Owner: WaykiChain
- Created: 2019-01-26T09:44:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:53:31.000Z (over 3 years ago)
- Last Synced: 2025-02-19T13:05:08.233Z (over 1 year ago)
- Topics: plugin, wallet, waykichain, waykimax, wicc
- Language: Vue
- Homepage:
- Size: 19.7 MB
- Stars: 4
- Watchers: 3
- Forks: 12
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WaykiMax
WaykiMax is a browser extension wallet for WaykiChain.
It allows users to manage their account info, add `WRC20` token, check balance, create/import/export mnemonics, transfer WICC and `WRC20` token, etc.
More importantly, WaykiMax provides the [WiccWallet](https://www.wiccdev.org/book/en/DeveloperHelper/webextension.html#wiccwallet) interface to developers. Developers can integrate `WiccWallet` when developing DAPP so that they can sign and broadcast WaykiChain transactions. In turn enabling the use of DAPP from within the browser.
## Downloads
**Chrome** – [Download](https://chrome.google.com/webstore/detail/waykimax/odaegfdpkolgbdaeibcebmibmibchbce)
**Firefox** – [Download](https://addons.mozilla.org/en-US/firefox/addon/waykichain/)
## `WiccWallet`
[How to integrate WiccWallet on Web](https://www.wiccdev.org/book/en/DeveloperHelper/webextension.html#wiccwallet)
[如何在Web页面中集成 WiccWallet](https://www.wiccdev.org/book/zh-hans/DeveloperHelper/webextension.html#wiccwallet)
## Build
Because package wcer limit, need to use the Node.js v8.X for development.
Recommended to use (NVM) (https://github.com/creationix/nvm) to switch Node.js version.
After installing Nvm, execute in project root directory:
```
nvm use
```
After the switch is completed, install the required package:
```
npm install
```
After the installation is completed, execute the following commands to develop:
```bash
npm run dev
```
Execute in the root directory in terminal:
```
npm run build
```
# License
MIT