This project provides useful scripts for development
Work in progress
- build - Build for different targets
This script helps to build the wallet for different targets
Example
node build --target desktop
or
node build --t desktop
Valid targets are:
- web (default)
- desktop
- ios (not implemented yet)
- android (not implemented yet)
For more information call:
node build --help