Registry / other / serum-dex

serum-dex

JSON →
library0.5.4rscratesunverified

Serum DEX implementation for decentralized exchange on Solana.

# Cargo.toml [dependencies] serum_dex = "0.5.4"
INSTALL
IMPORT
SIG · SERUM-DEX
S
serum-dex
otherrustv0.5.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Market
use serum_dex::state::Market;

Creates a new Serum DEX Market instance.

use serum_dex::state::Market; fn main() { let market = Market::new(); println!("Market created"); }
Debug
Known issues
gotchaRequires Solana SDK and network connection; not for standalone use.
fix
Add solana-sdk dependency and configure a Solana RPC endpoint.
affects: >=0.5.0
Upgrade
Version history
0.5.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
serum-dex — cargo add serum-dex · libregistry