Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.22 KB

Arionum-Electron

Latest Version Software License

An Arionum wallet written in JavaScript for cross-platform support.

Usage

Node.js is required for generating production or development builds.

Production builds

Run the following in the terminal:

$ npm install    # Install npm dependencies
$ npm run build  # Build all production releases.
# The `./export` directory will contain the output.

Development builds

Run the following in the terminal:

$ npm install    # Install npm dependencies
$ npm run start  # Launch the wallet application

BETA RELEASE

Please test this version and report if any bug occurs. No guarantees are offered, for loss of coins or anything else.

License

The MIT License. Please see License File for more information.