Skip to content
This repository has been archived by the owner on Mar 24, 2019. It is now read-only.

qlcchain/QLCWallet-Server

Repository files navigation

Language: 🇨🇳 🇺🇸

QLC Wallet Server

QLC Chain online wallet inspired by Nanovault.

Feature

  • Brokers public communication between the wallet and the QLCChain Node.
  • Websocket server that receives new blocks from the Q;CChain node and sends them in real time to the wallet ui.

Build Instructions

Required build tools

  • Redis
  • PostgreSQL
  • QLCChain node

Build and start

# set env
cp .env.example .env
npm install
npm start

Docker

Build docker images

cd docker
./build.sh

Start docker container

docker container run -d --name qlcwallet-server \
    -p 8888:8888 \
    qlcwallet-server:latest

License

MIT Copyright (c) 2018 QLC Chain Team