https://github.com/recheck-io/recheck-mobile-webapp
This is the app we use for storage of keys and working on the phone through our service.
https://github.com/recheck-io/recheck-mobile-webapp
Last synced: 25 days ago
JSON representation
This is the app we use for storage of keys and working on the phone through our service.
- Host: GitHub
- URL: https://github.com/recheck-io/recheck-mobile-webapp
- Owner: ReCheck-io
- License: mit
- Created: 2020-03-24T14:50:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T07:02:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-11T13:32:16.157Z (9 months ago)
- Language: Vue
- Size: 2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://recheck.io/)
# ReCheck Mobile
This is the app we use for storage of keys and working on the phone through our service. :)
## Requirements
- have node 8.15 >=
- ```git clone https://github.com/ReCheck-io/recheck-mobile-webapp.git```
- ```cd recheck-mobile-webapp```
- ``` npm install ```
## Getting started
### Start the app
This software is always running on https://beta.recheck.io/sign and there the app is on stable version.
This repo, however is having the lastes version, therefore sometimes it may not work as expected.
You can run this repo in four different ways:
```npm run beta ``` - it will run the app with config for connection to https://beta.recheck.io
```npm run local_ae``` - it will run the app with config for localhost:3000 and AEthernity blockchain.
```npm run local_eth``` - it will run the app with config for localhost:3000 and Ethereum blockchain.
```npm run beta_eth``` - it will connect you to the beta, however at the moment, the test environment is running on AEthernity blockchain.
### Steps to work with the app
1. Once you start the app you will be asked to create an identity. This identity will be stored on the browser's cache.
2. You can interact with the server by scanning the QR codes according to the current action you want to execute.