skynetcap / ob-cranker

OpenBook v2 cranker for SOL/USDC and other markets

Home Page:https://arcana.markets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ob-cranker

  • Cranks SOL/USDC and other markets on OpenBook v2

Requirements

  • Docker

Building

  • Place private key (privateKey.json) in main/resources (JSON/Array format, generated by solana-keygen)

  • Set application.endpoint (RPC) & application.privateKey (file name) in application.properties

  • docker build .

Running

docker run CONTAINER_NAME

Running w/ Specific RPC (without recompiling)

docker run -e APPLICATION_ENDPOINT=YOURSOLANA_RPC_HERE CONTAINER_NAME

About

OpenBook v2 cranker for SOL/USDC and other markets

https://arcana.markets


Languages

Language:Java 80.2%Language:Dockerfile 19.8%