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
The submodules in deps
can be checked out using git submodule update --init --recursive
.