Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 727 Bytes

architecture.md

File metadata and controls

11 lines (7 loc) · 727 Bytes

Sequence (SQNC) Architecture

Sequence (SQNC) architecture has two variations depending on the use case:

  • In most cases, an external API creates, reads and burns tokens via HTTP using sqnc-api, which then handles communication with sqnc-node and sqnc-ipfs.
  • When it's necessary to monitor on-chain state directly within an external API service (e.g. sqnc-matchmaker-api), the service subscribes to sqnc-node via WebSocket. This means it must also communicate with sqnc-ipfs via HTTP to upload/download files in tokens.

See the diagram for more details Architecture Diagram

Edit diagram