Open Code Protocol server monolith containing the gRPC/web services and workers that power next-generation currency launchpad and payment systems. The project contains the first L2 solution on top of Solana, utilizing an intent-based system backed by a sequencer to handle transactions.
Flipcash is a self-custodial mobile wallet app leveraging the Open Code Protocol to provide a seamless multi-currency payments experience.
-
Install Go. See the official documentation.
-
Download the source code.
git clone git@github.com:code-payments/ocp-server.git- Run the test suite:
make testThe implementations powering the Open Code Protocol (Intent System, Sequencer, etc) can be found int the ocp/ package. All other packages are generic libraries and utilities.
To begin diving into core systems, we recommend starting with the following packages:
ocp/rpc/: gRPC and web service implementationsocp/worker/: Backend workers that perform tasks outside of RPC and web calls
The gRPC APIs provided by the Open Code Protocol server can be found in the ocp-protobuf-api project.
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.
If you have any additional questions or need help integrating Flipcash into your website or application, please reach out to us on Twitter.