Skip to content

Developer Guide

Daniel McNally edited this page Sep 18, 2018 · 5 revisions

This page is intended to help developers who want to work on xud.

Contribution Guidelines

Be sure to read the Contribution Guidelines for the repository before starting work or opening a Pull Request.

Recommended Development Environments

The following development environments are known to be compatible with xud and are recommended for developers that are unsure what tools to use.

Visual Studio Code

Visual Studio Code is a cross-platform code editor that's compatible with most popular programming languages and extensible via a large collection of plug-ins. Consider using the following plugins for working with xud.

Recommended Reading

Other Tips & Advice

Auto-restart xud on file change

Auto restart on every file change under dist folder with nodemon:

nodemon --watch dist -e js bin/xud

With args:

nodemon --watch dist -e js bin/xud --lndbtc.disable=true --lndltc.disable=true
Clone this wiki locally