The wallet service basically implements the WalletServer interface from the wallet proto file.
- Postgres
- Set up grpc
The implemeation of the WalletServer is done in the internal/server/server.go
file.
To start the server, run
make run
To run the tests,
make test