Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.54 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.54 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 make

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

Distribution

Change the version field on package.json

Alpha | Beta: vX.X.X-alpha.X, vX.X.X-beta.X Stable: vX.X.X

License

thenewboston is MIT licensed.