Versions Compared

Key

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

FinP2P Core is the orchestration layer between external applications and the different FinP2P interfaces and components. FinP2P-Core implements not only the Application API specification but also the Business logic flows and the contract between other FinP2P modules.

This document has 2 sections:

  1. Application API interface: Defines the Application level API, Request and Response. Special information is provided for asynchronous vs synchronous operations.

  2. Intra FinP2P API: This is not actual an API, but a definition of data structure contracts between the components. The underlying technology used to transport the messages is up to the implementer.

Table of Contents

Table of Contents
excludeTable of Contents

FinP2P-Core Bootstrapping

...

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

High Level Diagram

...