mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 09:15:18 +00:00
fd3494fdff
* Fix README
10 lines
354 B
Markdown
10 lines
354 B
Markdown
# Party Management
|
|
|
|
Managing parties involved in payment processing.
|
|
|
|
## Building
|
|
|
|
We widelly use Thrift to define RPC protocols.
|
|
So it needs to have [our Thrift compiler](https://github.com/rbkmoney/thrift) in PATH to build this service.
|
|
The recommended way to achieve this is by using our [build image](https://github.com/rbkmoney/image-build-erlang).
|