Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thenewboston-blockchain/Account-Manager

Account manager desktop application for thenewboston digital currency.
https://github.com/thenewboston-blockchain/Account-Manager

Last synced: 10 days ago
JSON representation

Account manager desktop application for thenewboston digital currency.

Awesome Lists containing this project

README

        


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
```

2. 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
```

3. 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 # 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._

4. 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
```

5. 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](https://miro.medium.com/max/700/0*s8rdlR3j3xVHcl95)

## Contributing

If you are contributing to this project, please make sure your code follows these styles guides:

- [React / JSX Style Guide](https://thenewboston.com/style-guide/react)
- [CSS / SASS Style Guide](https://thenewboston.com/style-guide/css)

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.

- [thenewboston.com](https://thenewboston.com/)
- [Discord](https://discord.gg/thenewboston)
- [Facebook](https://www.facebook.com/TheNewBoston-464114846956315/)
- [Instagram](https://www.instagram.com/thenewboston_official/)
- [LinkedIn](https://www.linkedin.com/company/thenewboston-developers/)
- [Reddit](https://www.reddit.com/r/thenewboston/)
- [Twitch](https://www.twitch.tv/thenewboston/videos)
- [Twitter](https://twitter.com/thenewboston_og)
- [YouTube](https://www.youtube.com/user/thenewboston)

## 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](https://github.com/thenewboston-developers/Website/raw/development/src/assets/images/thenewboston.png) | b6e21072b6ba2eae6f78bc3ade17f6a561fa4582d5494a5120617f2027d38797 |
| ![Bitcoin Logo](https://github.com/thenewboston-developers/Website/raw/development/src/assets/images/bitcoin.png) | 3GZYi3w3BXQfyb868K2phHjrS4i8LooaHh |
| ![Ethereum Logo](https://github.com/thenewboston-developers/Website/raw/development/src/assets/images/ethereum.png) | 0x0E38e2a838F0B20872E5Ff55c82c2EE7509e6d4A |

## License

thenewboston is [MIT licensed](http://opensource.org/licenses/MIT).