Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 858 Bytes

architecture-overview.md

File metadata and controls

56 lines (36 loc) · 858 Bytes

CoW Swap Architecture

This documetation is part of the broader https://github.com/cowprotocol/cowswap-diagrams

Overall architecture of the project

Overall Architecture

Modules

Core modules

  • wallet
  • transactions
  • gas
  • prices

Trading modules

  • trade
  • swap
  • limitOrder
  • twap

Helper trading modules

  • cancelOrder
  • wrapNative

Basic components (UI building blocks)

  • components
  • forms

UI modules

  • account
  • notifications
  • activity

appData

Token modules

  • tokens
  • tokenLists
  • tokenImages
  • cowToken

Other

  • misc