ocp-server

module
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2025 License: MIT

README

Open Code Protocol Server

Release PkgGoDev Tests GitHub License

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.

What is Flipcash?

Flipcash is a self-custodial mobile wallet app leveraging the Open Code Protocol to provide a seamless multi-currency payments experience.

Quick Start

  1. Install Go. See the official documentation.

  2. Download the source code.

git clone git@github.com:code-payments/ocp-server.git
  1. Run the test suite:
make test

Project Structure

The 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 implementations
  • ocp/worker/: Backend workers that perform tasks outside of RPC and web calls

APIs

The gRPC APIs provided by the Open Code Protocol server can be found in the ocp-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.

Directories

Path Synopsis
env
database
app
ocp
aml
vm
backoff
Package backoff provides varies backoff strategies for retry.
Package backoff provides varies backoff strategies for retry.
vm

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL