Skip to content

kunta-labs/aos-wallet

Repository files navigation

AOS Wallet

An experimental wallet for the AfricaOS protocol

Tested on node v13.8.0

Status Type Status
Master Build Build Status
Development Build Build Status
Issues Issues
Closed Issues GitHub issues-closed
Last Commit Last commit
License License
Releases Downloads
Latest Release Downloads
Top Language Top language
Code Size Code size in bytes
Chat Discord

Generating keys

See AOS https://github.com/kunta-labs/AfricaOS

start react development server

make launch # or 'make' (launch is the default target)

Build static react interface

make rb

Start electron with react dev server

make electron

Start electron with the statically built interface

make electron_static

Build electron

make re

package electron into standalone desktop application

Build the desktop wallet from source (or download http://aos.kunta.io/)

make package

remove node_modules, npm install, rebuild, and electron-rebuild

make build_restart