Flipcash Server

Flipcash server monolith containing the gRPC/web services and workers that power Flipcash.
What is Flipcash?
Flipcash is a mobile wallet app leveraging self-custodial blockchain technology to provide an instant, global, and private payments experience. We are currently working on a currency launchpad.
Quick Start
-
Install Go. See the official documentation.
-
Download the source code.
git clone git@github.com:code-payments/flipcash2-server.git
- Run the test suite:
make test