An open API service indexing awesome lists of open source software.

https://github.com/epicentrallabs/solana-opx

Solana's first decentralized options trading protocol created by Epicentral Labs
https://github.com/epicentrallabs/solana-opx

anchor-lang backend epicentral-labs frontend options rust solana typscript

Last synced: about 1 year ago
JSON representation

Solana's first decentralized options trading protocol created by Epicentral Labs

Awesome Lists containing this project

README

          

![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/EpicentralLabs/solana-opx?utm_source=oss&utm_medium=github&utm_campaign=EpicentralLabs%2Fsolana-opx&labelColor=171717&color=FF570A&link=https%3A%2F%2Fcoderabbit.ai&label=CodeRabbit+Reviews)

## Getting Started

### Prerequisites
| Tool | Version |
|-------------|-------------|
| Node | `>=22.14.0` |
| Rust | `>=1.86.0` |
| Anchor CLI | `0.31.1` |
| Solana CLI | `>=2.1.21` |
| mucho | `0.10.0` |

### Installation

#### Clone the repo

```shell
git clone
cd
```

#### Install Dependencies

```shell
pnpm install
```

#### Commands

Start the web app

```shell
pnpm dev
```

Build the web app

```shell
pnpm build
```