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
- Host: GitHub
- URL: https://github.com/epicentrallabs/solana-opx
- Owner: EpicentralLabs
- License: mit
- Created: 2025-01-24T00:26:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-26T22:19:34.000Z (over 1 year ago)
- Last Synced: 2025-02-26T22:29:52.328Z (over 1 year ago)
- Topics: anchor-lang, backend, epicentral-labs, frontend, options, rust, solana, typscript
- Language: TypeScript
- Homepage: https://epicentrallabs.com/
- Size: 965 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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
```