3 unstable releases

0.2.1 Oct 19, 2023
0.2.0 Sep 9, 2023
0.1.0 Mar 1, 2023

#4 in #trades

Download history 19/week @ 2023-12-18 6/week @ 2023-12-25 17/week @ 2024-01-08 2/week @ 2024-01-15 2/week @ 2024-02-12 73/week @ 2024-02-19 62/week @ 2024-02-26 43/week @ 2024-03-04 18/week @ 2024-03-11 9/week @ 2024-03-25

75 downloads per month

Custom license

445KB
11K SLoC

phoenix

Phoenix is an on-chain orderbook that operates without a crank.

Documentation

Documentation and instructions on how to interact with the program are available on GitBook.

Licensing

The primary license for Phoenix is the Business Source License 1.1 (BUSL-1.1), which can be found at LICENSE.

Audits

Phoenix has been audited by OtterSec. The audit report can be found at audits/OtterSec.pdf.

Bug Bounty

Information on the bug bounty program for Phoenix can be found at SECURITY.md.

Build Verification

You can use Solana Verify CLI to verify that the program deployed at PhoeNiXZ8ByJGLkxNfZRnkUfjvmuYqLR89jjFHGqdXY matches the code in this repository. After installing the CLI, run:

solana-verify verify-from-repo -um --program-id PhoeNiXZ8ByJGLkxNfZRnkUfjvmuYqLR89jjFHGqdXY https://github.com/Ellipsis-Labs/phoenix-v1

This may take awhile as it builds the program inside Docker, then verifies that the build hash matches the deployed program hash. The verification process is much faster on a non-ARM machine.

Building and Testing Locally

To build the contract, run:

./build.sh

To run the tests, run:

./test.sh

Dependencies

~24–33MB
~534K SLoC