litecoin-core-wallet

A web wallet to replace the Qt Litecoin / Bitcoin core wallet, written with Aurelia

Stars
9
Committers
2

Status

Right now this project is a proof of concept to show off how the tech stack can look. This is not intended to be a final production ready product, just act as a proof of concept and spur discussion.

Getting started

There are 3 things that need to run -

Client

The /client directory is home to an Aurelia CLI generated webpack / typescript application.

From root directory of project -

$ cd client
$ npm install
$ npm start

Proxy Adapter

A proxy adapter for the wallet to use to interact with the running node.

From root directory of project -

$ cd proxy-adapter
$ npm install
$ npm start

Litecoin Core Node - TESTNET

To actually have a node to run the wallet against you need to pull down the core litecoin project. This is not included in this repository and instructions for running a node on testnet can be found in that project

Instructions for running a Litecoin testnet node

MAKE SURE YOU ARE RUNNING THE NODE AGAINST TESTNET

To run on testnet only add this to the litecoin.conf -

testnet=1