diff --git a/README.md b/README.md new file mode 100644 index 0000000..abc3ba8 --- /dev/null +++ b/README.md @@ -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.