Versions Compared

Key

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

...

This function is also responsible of understanding network events and route them to the right component.

Follow this link for the FinP2P Core Documentation

FinP2P Network & APIs

Implementers: This component is mandatory

The FinP2P Network manages the connection between the network nodes. It is an implementation of the open source LibP2P frameworkIt uses as much as possible existing LibP2P protocols and building block to implement the FinP2P Network Specificationshandles all the intra and inter node communication. It implements the Network API specification and transport requests from the FinP2P Core component and back.


On top of this network protocol, the inter-node digital securities API will be implemented.

Follow this link for the FinP2P Network & API Documentation and FinP2P Services

FinP2P Application API

Implementer: A FinP2P Node is expected to provide an implementation of this interface in order to allow interoperability with ecosystem applications. There is no restriction on the technology used to implement this interface.

...

The Application API expose the functionality of the network in a simple way, and provide many common digital securities features out of the box, without the need to develop complex blockchain code.

Follow this link for the Apps API

FinP2P Ledger Layer

The FinP2P Ledger Layer is an abstraction to the persistent sub-systems

...

This layer represents data an organization does not want to share publicly. The data stored at this layer should be protected by an Access Control List, so that only those entities that are authorized to access it will receive it..

Follow this link for the FinP2P Ledger Documentation

...