CounterpartyXCP / lightxcpclient

A lightweight XCP client using SPV verification and Torrents for block info distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lightxcpclient

A lightweight XCP client using SPV verification and Torrents for block info distribution.

Configuration is done via .env files, an example is included.

Initial code isn't useful yet, just committing the code to have a backup ;)

Installation

git clone https://github.com/CounterpartyXCP/lightxcpclient.git
cd lightxcpclient
npm install
cp .env-example .env

To run, simply issue a npm run dev

License

Read LICENSE

About

A lightweight XCP client using SPV verification and Torrents for block info distribution

License:MIT License


Languages

Language:JavaScript 100.0%