# serum-dex **Repository Path**: jjhoc/serum-dex ## Basic Information - **Project Name**: serum-dex - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## serum-dex # Deploying the DEX ``` # run unit tests ./do.sh test dex # compile the dex binary ./do.sh build dex # deploy the dex to the configured solana cluster DEX_PROGRAM_ID="$(solana deploy dex/target/bpfel-unknown-unknown/release/serum_dex.so | jq .programId -r)" ``` # Using the client utility ``` cd crank cargo run -- help ```