This module is resposible for forntend of Raspberry Wallet. It doesn't contain a lot logic, most of it is TypeScript with React.
npm
oryarn
# 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
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
Name | |
---|---|
Stanisław Barański | stasbar1995@gmail.com |
Version | Is backward- compatible | Changes | Commit ID |
---|---|---|---|
There are no released versions |