Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Phoenix Development Scripts

This project provides useful scripts for development

Work in progress


  • build - Build for different targets

build

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