Create README.md

This commit is contained in:
Sai Raj 2019-05-02 20:20:57 +05:30 committed by GitHub
parent a84544742d
commit bc98b25c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# FLO_WebAppStore
FLO_WebAppStore is a webpage that lists the FLO Dapps to the users.
The app details are stored in the FLO blockchain and are retrived from the blockchain using API calls.
Users can navigate to respective Dapps on their choice.
### Instructions
1. Open the FLO_WebAppStore.html in browser.
2. The Apps detials will be retrived from API and store in IDB (local browser storage)
3. Only the new details of the apps will be updated on each onload.
4. The app name, description will be displayed on each app grid.
5. Click on the app grid to open the webpage in a new tab.