Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The initialization process is not covered in the specification because it's custom to each implementation. But specific functions, like registering the node and advertising resources, are expected to happen during the bootstrapping process.

High Level Diagram

To be added

Application API interface

...

The Application API specification is defined in: Apps API

Data Storage

The data storage function expose APIs for applications to persists data in the FInP2P-Ledger. Data can be persisted in the Private Data Layer or in the Ledger ( Blockchain ) Layer. The specific layer is decided based on the Data and the flow. An application can request a specific layer where to store the data.

...