Skip to content

code-payments/ocp-server

Repository files navigation

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.

About

Open Code Protocol gRPC/web services and workers

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages