Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.13 KB

File metadata and controls

22 lines (15 loc) · 1.13 KB

Wallet Proxy

Contributor Covenant Build and test

This repository contains the Wallet Proxy, which works as middleware for the wallets maintained by Concordium. The Wallet Proxy acts as a proxy for accessing the node and additionally provides access to indexed chain data. Part of the Wallet Proxy is an indexer that indexes the chain data that is relevant for the wallets.

  • wallet-proxy-indexer Indexer of chain data. The indexed data is written to a Postgres database.
  • wallet-proxy-service Service that exposes the Wallet Proxy API. Reads data from the Postgres database or directly from the node. The crate is still WIP

Component Interaction Diagram

Component Interaction Diagram

Submodules

The submodules in deps can be checked out using git submodule update --init --recursive.