Code Monkey home page Code Monkey logo

wallet's Introduction

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.

This repo uses Yarn as the package manager instead of npm. Specifically it uses Yarn 2.

Ensure that you have Yarn installed:

npm install -g yarn

Install required packages:

yarn install

Start the app:

yarn start

To make an executable package:

yarn run package

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

You can check your styling by running:

yarn 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.

wallet's People

Contributors

angle943 avatar jamessspanggg avatar imgbotapp avatar

Watchers

Sammy filly  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.