All Projects → gxchain → Gxchain Light

gxchain / Gxchain Light

Licence: mit
GXChain light wallet UI(公信宝轻钱包)

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Gxchain Light

Php Pkpass
💳 PHP class for creating passes for Wallet on iOS.
Stars: ✭ 674 (+1334.04%)
Mutual labels:  wallet
Lightning App
An easy-to-use cross-platform Lightning wallet
Stars: ✭ 872 (+1755.32%)
Mutual labels:  wallet
Ethkit
Ethereum dev toolkit for Go
Stars: ✭ 32 (-31.91%)
Mutual labels:  wallet
Stratisbitcoinfullnode
Bitcoin full node in C#
Stars: ✭ 757 (+1510.64%)
Mutual labels:  wallet
Wallet Eth Android
wallet-eth 以太坊代币钱包 助记词 私钥 keystore 转账
Stars: ✭ 17 (-63.83%)
Mutual labels:  wallet
Weiwallet Android
Wei Wallet is an open source Ethereum wallet for Android
Stars: ✭ 20 (-57.45%)
Mutual labels:  wallet
Ethereumjs Wallet
Utilities for handling Ethereum keys
Stars: ✭ 653 (+1289.36%)
Mutual labels:  wallet
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-19.15%)
Mutual labels:  wallet
M5verifier
M5Stack Recipe to Verify your Opendimes
Stars: ✭ 22 (-53.19%)
Mutual labels:  wallet
Tiny.scatter
Scatter compatible eos injection library
Stars: ✭ 31 (-34.04%)
Mutual labels:  wallet
Gocoin
Full bitcoin solution written in Go (golang)
Stars: ✭ 761 (+1519.15%)
Mutual labels:  wallet
Mycrypto
MyCrypto is an open-source tool that allows you to manage your Ethereum accounts privately and securely. Developed by and for the community since 2015, we’re focused on building awesome products that put the power in people’s hands.
Stars: ✭ 889 (+1791.49%)
Mutual labels:  wallet
Blockchain
区块链技术
Stars: ✭ 28 (-40.43%)
Mutual labels:  wallet
Coinbin
Javascript Bitcoin Wallet. Supports Multisig, Stealth, HD, SegWit, Bech32, Time Locked Addresses, RBF and more!
Stars: ✭ 694 (+1376.6%)
Mutual labels:  wallet
Arcbit Android
arcbit - Android bitcoin wallet http://arcbit.io
Stars: ✭ 34 (-27.66%)
Mutual labels:  wallet
Ledger Live Desktop
Ledger Live (Desktop)
Stars: ✭ 656 (+1295.74%)
Mutual labels:  wallet
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-72.34%)
Mutual labels:  wallet
Blixt Wallet
Bitcoin Lightning Wallet with focus on usability and user experience
Stars: ✭ 40 (-14.89%)
Mutual labels:  wallet
Crypto Dht
Blockchain over DHT in GO
Stars: ✭ 38 (-19.15%)
Mutual labels:  wallet
Cryptocurrency Address Detector
Detect which cryptocurrency an address corresponds to.
Stars: ✭ 30 (-36.17%)
Mutual labels:  wallet

GXB-UI 1.0

GXB data exchange wallet client-side, functions including transfer, transaction search, block search, account search, data product search, alliance search, merchant and data source authentication are supported

This project was forked form official light wallet of BitShares2.0 bitshares-ui, trade modules were removed, modification based on the need of GXB data exchange, some extra modules were not removed due to dependent coupling issues, will be solved in the following version。

Install

Required: Node 6+

Operation system: OSX、Ubuntu

Recommend to use NVM(Node Version Manager)for installation:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
. ~/.nvm/nvm.sh
nvm install v6
nvm use v6

Clone project:

git clone https://github.com/gxchain/gxb-light.git
cd gxb-light

Shift to /web catalog to install dependencies :

cd web
npm install

launch

Develop mode depend on Express and webpack2, after install dependencies, under catalog /web and execute below scripts to start the project:

npm start

open: localhost:8080 or 127.0.0.1:8080 in your browser. Hot reload is supported.

Deploy

Compile static web page by using commands below

npm run build

Results in the catalog /dist , Deploy through nginx、apache or others based on your preference

Packing wallet installation files

Electron is used to packing the wallet, Windows, OSX, Linux ,and Debian are supported.Execute the following scripts for packing:

cd web
npm run electron
cd ../electron ##First time launch need execute install depend npm install

npm run release

Under different environment, packing corresponding installation package, respectively

Development style

  • bug prioritization

Code style

Airbnb JavaScript Style Guide

We highly recommend to use eslint for formating your code

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].