13 lines
591 B
Markdown
13 lines
591 B
Markdown
# 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.
|