Skip to content

RaspberryWallet/Frontend

Repository files navigation

Raspberry Wallet Frontend 🔮

This module is resposible for forntend of Raspberry Wallet. It doesn't contain a lot logic, most of it is TypeScript with React.

Image demo Demo GIF

Requirements

  • npm or yarn

Installation

# get repo
git clone https://github.com/RaspberryWallet/Frontend.git
cd Frontend

# insatll node modules
yarn insatll

# start app in development mode
yarn start

# if you are using Wandors use
yarn start-wandors

Table of contents

Details

Simple UI to work with Backend, so make sure it's running before launching webapp. This app uses create-react-app-typescript to automate whole process of development. Frontend <-> Backend communication is made using two techniques:

  • Standart operations uses HTTP calls to RESTful Server
  • Websockets for bidirectional communication like sending alerts, errors and subscribing to listeners

Authors

Name email
Stanisław Barański stasbar1995@gmail.com

Changelog

Version Is backward- compatible Changes Commit ID
There are no released versions