phoenix-v1 0.2.1

On-chain order book that atomically settles trades
Documentation
1
2
3
4
5
6
7
8
# Get rust and solana toolchain
FROM ellipsislabs/solana:latest
# Download the phoenix-v1 source code
RUN git clone https://github.com/Ellipsis-Labs/phoenix-v1.git /build
# Checkout the commit that was used to build the binary
RUN git checkout e879f1c2b455a98f3cb72f9757ea73c836b3978c
# Run the build script
RUN cargo build-sbf -- --locked --frozen