tedsclub / phoenix

BURST Cross-Platform Wallet UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phoenix

Project Status:

Codacy Badge

BurstJS

Build Status Known Vulnerabilities codecov


About Phoenix

Phoenix was proposed in CIP-18 and is designed to be a cross-platform wallet for the BURST blockchain.

Key features:

  • Improved security - Private keys are encrypted with a hashed PIN, securing them in the event of data breach. That PIN is then used for locally signing transactions and decrypting messages. Passphrases are not stored locally, and never sent to the server.
  • Multi-account support - Manage multiple BURST accounts within your wallet.
  • Offline account support - Add an account using just a BURST address for maximum security.
  • Cross-platform - Runs on all popular platforms without any additional software requirements.
  • Dashboard - with Market Information and Interactive Balance History Diagram.

Screenshots:

image image image

(Mobile coming soon)

Additional features:

  • Multi-out support - Send and view Multi-out & Multi-out-same Payments (BRS 2.3.1 and above).
  • QR Codes - View account QR codes and create custom QR codes for merchants/POS terminals.
  • Alias support - View and register BURST Aliases.
  • Messages support - Send and receive encrypted and unencrypted messages.
  • View peers, blocks, and transactions.
  • Node Configuration - Select from a predefined list of nodes or use your own.
  • Localized in 30 languages.
  • Responsive UI

Some features not available on mobile.

Application Architecture

Phoenix is comprised of two main applications: a desktop application and a mobile application, each of which share a common library called BurstJS.

Application Architecture Diagram

Installation and Build

The project is structured per platform, and further build/installation instruction can be obtained from the README.md in their respective folders

Required

Optional

About

BURST Cross-Platform Wallet UI

License:GNU General Public License v3.0


Languages

Language:TypeScript 62.3%Language:CSS 19.9%Language:HTML 16.2%Language:JavaScript 0.9%Language:Objective-C 0.3%Language:Shell 0.2%Language:Java 0.1%Language:Python 0.1%