/wallet

The wallet service basically implements the WalletServer interface from the wallet proto file.

Primary LanguageGo

Wallet Service

The wallet service basically implements the WalletServer interface from the wallet proto file.

Requirements

  1. Postgres
  2. Set up grpc

Usage

The implemeation of the WalletServer is done in the internal/server/server.go file.

Starting gPRC Server

To start the server, run

make run

Testing

To run the tests,

make test