Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.47 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.47 KB

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.

Community

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

Project Setup

Install required packages:

npm install

Start the app:

npm start

To make an executable package:

npm run build

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

License

thenewboston is MIT licensed.