Code Server

Code server monolith containing the gRPC/web services and workers that power a next-generation payments system. The project contains the first L2 solution on top of Solana, utilizing an intent-based system backed by the Code Sequencer to handle transactions.
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/code-server.git
- Run the test suite:
make test
Project Structure
The implementations powering the Code ecosystem (Flipcash App, SDK, etc) can be found under the pkg/code/ directory. All other code under the pkg/ directory are generic libraries and utilities.
To begin diving into core systems, we recommend starting with the following packages:
pkg/code/async/: Asynchronous workers that perform tasks outside of RPC and web calls
pkg/code/server/: gRPC and web service implementations
APIs
The gRPC APIs provided by Code server can be found in the code-protobuf-api project.
Contributing
Anyone is welcome to make code contributions through a PR.
This will evolve as we continue to build out the platform and open up more ways to contribute.
Getting Help
If you have any additional questions or need help integrating Flipcash into your website or application, please reach out to us on Twitter.