-
Notifications
You must be signed in to change notification settings - Fork 44
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
.
Be sure to read the Contribution Guidelines for the repository before starting work or opening a Pull Request.
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 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
.
- Official TypeScript Documentation
- Official Node.js Documentation
- LND Developer Guide
- Official gRPC Documentation
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