Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icon-project/iconex_chrome_extension
ICONex Desktop Wallet
https://github.com/icon-project/iconex_chrome_extension
chrome-extension wallet
Last synced: 14 days ago
JSON representation
ICONex Desktop Wallet
- Host: GitHub
- URL: https://github.com/icon-project/iconex_chrome_extension
- Owner: icon-project
- License: mit
- Created: 2018-04-24T11:01:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T09:41:03.000Z (12 months ago)
- Last Synced: 2024-08-01T18:24:27.293Z (3 months ago)
- Topics: chrome-extension, wallet
- Language: JavaScript
- Homepage:
- Size: 18.5 MB
- Stars: 50
- Watchers: 29
- Forks: 30
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-icon - IconEx wallet - ICONex Chrome extension wallet for cryptocurrencies in the ICON ecosystem (Wallet)
README
# ICONex
> ICONex Desktop version (Chrome extension)ICONex is a wallet where you can keep not only ICX but also other various crypto-currencies.
![](./public/resource/readme_image.png)
## Development Setup
##### Install Modules
You can install modules with npm (Node.js v7.10 or later, LTS recommended):
```sh
# Install dependencies
npm install
```##### Run development mode:
```sh
# build files to './build-test'
# build app continuously
npm run dev
```> ICX Network: Testnet (https://lisbon.net.solidwallet.io)
> ETH Network: Ropsten ETH (ropsten.infura.io)[Load unpacked extensions](https://developer.chrome.com/extensions/getstarted#unpacked) with `./build-test` folder.
##### Run redux-devtools for debug :
```sh
npm run remotedev
```
Then, open `http://localhost:8000`.## Build
##### Run build:
```sh
# build files to './build'
npm run build
```> ICX Network: Mainnet (wallet.icon.foundation)
> ETH Network: ETH (api.myetherapi.com/eth)