Skip to content

Account manager desktop application for thenewboston digital currency.

License

Notifications You must be signed in to change notification settings

stweyel/Account-Manager

 
 

Repository files navigation

thenewboston logo

thenewboston logo

Overview

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.

Project Setup

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

Troubleshooting setup

MacOS

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
  1. Verify that you have Xcode command line tools installed by running:
$ xcode-select -p
/Library/Developer/CommandLineTools
  1. 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
  1. 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.

  1. 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
  1. 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).

command-line-tools-installation-prompt

Contributing

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

Community

Join the community to stay updated on the most recent developments, project roadmaps, and random discussions about completely unrelated topics.

Donate

All donations will go to thenewboston to help fund the team to continue to develop the community and create new content.

Coin Address
thenewboston Logo b6e21072b6ba2eae6f78bc3ade17f6a561fa4582d5494a5120617f2027d38797
Bitcoin Logo 3GZYi3w3BXQfyb868K2phHjrS4i8LooaHh
Ethereum Logo 0x0E38e2a838F0B20872E5Ff55c82c2EE7509e6d4A

License

thenewboston is MIT licensed.

About

Account manager desktop application for thenewboston digital currency.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.0%
  • JavaScript 12.7%
  • SCSS 6.3%