Added link for different sections

This commit is contained in:
sairaj mote 2020-09-17 13:59:05 +05:30 committed by GitHub
parent 8078a83122
commit 2c58bd662a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,12 +63,14 @@ This approach decentralizes the trust process totally and extends the capacity o
# Technical Details of standard operations # Technical Details of standard operations
This template contains standard operations that can be used for the following: This template contains standard operations that can be used for the following:
1. FLO Globals for system variables and data objects users must configure | index |
2. FLO Crypto Operations | --- |
3. FLO Blockchain API Operations | [FLO Globals](#flo-globals) |
4. Compact IndexedDB Operations | [FLO Crypto Operations](#flo-crypto-operations) |
5. FLO Cloud API Operations | [FLO Blockchain API Operations](#flo-blockchain-api-operations) |
6. FLO Decentralized app (Dapp) Operations | [Compact IndexedDB Operations](#compact-indexeddb-operations) |
| [FLO Cloud API Operations](#flo-cloud-api-operations) |
| [FLO Decentralized app (Dapp) Operations](#flo-decentralised-applications-dapps) |
## FLO Globals ## FLO Globals
`floGlobals` object contains the global variables and constants required for the operations. Make sure to add this object before any other scripts. `floGlobals` object contains the global variables and constants required for the operations. Make sure to add this object before any other scripts.
@ -87,7 +89,7 @@ This template contains standard operations that can be used for the following:
11. `generalData`⁺: General Data for the app (data sent by any user). 11. `generalData`⁺: General Data for the app (data sent by any user).
12. `vectorClock`⁺ and `generalVC`⁺ : vectorclocks for application data and general data respectively. 12. `vectorClock`⁺ and `generalVC`⁺ : vectorclocks for application data and general data respectively.
\* Values that shoult NOT be edited. \* Values that should NOT be edited.
⁺ Values that updates in runtime. ⁺ Values that updates in runtime.
1-8 : Required for all applications. 1-8 : Required for all applications.
9-12: Required for applications based on floClouldAPI and floDapps module. 9-12: Required for applications based on floClouldAPI and floDapps module.