An Arionum wallet written in JavaScript for cross-platform support.
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.
The MIT License. Please see License File for more information.