Source code for thenewboston account manager desktop application. This app allows users to connect to the digital currency network, create accounts, send and receive funds, manage your nodes, and more.
NOTE: There is an issue with our app when using Node v.15. Please use Node v.14.
Install required packages:
npm install
Start the app:
npm start
To make an executable package:
npm run build
gyp: No Xcode or CLT version error: If during the project setup you bump into the following error message, it means that something is wrong with your Xcode command line tools installation. This error is extremely common after upgrading to the MacOS Catalina 10.15.2. To fix it follow these steps:
gyp: No Xcode or CLT version detected!
gyp ERR! configure error
- Verify that you have Xcode command line tools installed by running:
$ xcode-select -p
/Library/Developer/CommandLineTools
- If you receive
xcode-select: command not found
, it means that you do not have it installed and you should install it by running:
$ xcode-select --install
- If you already have it installed you can try checking for any updates by lauching Software Update from System Preferences or by using the
softwareupdate
command in the Terminal.
$ softwareupdate --list # this will find and list all the available software updates
$ softwareupdate --install <Product Name> # this will install software updates for the given product
$ softwareupdate --install -a # this will install all available software updates
ps: If there is a pending MacOS update, you will probably need to first install it, allowing Xcode to be updated as well.
- If the problem persists, we'll need to make a fresh install of the Xcode command line tools, for that you'll need to get its current location using the same command from step 1 and remove it from the disk. You will need administrator privileges (
sudo
) for this, so you may need to provide the root password to complete this step.
sudo rm -r -f /Library/Developer/CommandLineTools
- If you already have
git
you'll probably get a prompt like the one below guiding you through the installation of the command line tools. If for some reason, this prompt does not show for you, you'll need to rerun the command from step 2 (xcode-select --install
).
If you are contributing to this project, please make sure your code follows these styles guides:
You can check your styling by running:
npm run lint
Join the community to stay updated on the most recent developments, project roadmaps, and random discussions about completely unrelated topics.
All donations will go to thenewboston to help fund the team to continue to develop the community and create new content.
Coin | Address |
---|---|
b6e21072b6ba2eae6f78bc3ade17f6a561fa4582d5494a5120617f2027d38797 | |
3GZYi3w3BXQfyb868K2phHjrS4i8LooaHh | |
0x0E38e2a838F0B20872E5Ff55c82c2EE7509e6d4A |
thenewboston is MIT licensed.