Program | Devnet | Mainnet Beta |
---|---|---|
DEX | EoTcMgcDRTJVZDMZWBoU6rhYHZfkNTVEAfz3uUJRcYGj |
srmqPvymJeFKQ4zGQed1GFppgkRHL9kaELCbyksJtPX |
- Openbook is in active development so all APIs and protocols are subject to change.
- The code is unaudited. Use at your own risk.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup component add rustfmt
On Linux systems you may need to install additional dependencies. On Ubuntu,
sudo apt-get install -y pkg-config build-essential python3-pip jq
Directions can be found here.
git clone https://github.com/openbook-dex/program.git
See individual crates for documentation. For example, to build the dex see its README.
The easiest way to run a local cluster is to use solana-test-validator.
assert-owner
: Solana utility program for checking account ownership.common
: Common rust utilities.dex
: OpenBook DEX program and client utility.scripts
: Bash scripts for development.