QLC Chain online wallet inspired by Nanovault.
- 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.
- Redis
- PostgreSQL
- QLCChain node
# set env
cp .env.example .env
npm install
npm start
cd docker
./build.sh
docker container run -d --name qlcwallet-server \
-p 8888:8888 \
qlcwallet-server:latest
MIT Copyright (c) 2018 QLC Chain Team