phoenix-seat-manager

Crates.iophoenix-seat-manager
lib.rsphoenix-seat-manager
version0.1.1
sourcesrc
created_at2023-04-14 00:08:23.216114
updated_at2023-05-08 18:30:39.676973
descriptionAutomatic seat manager for the Phoenix program
homepage
repositoryhttps://github.com/Ellipsis-Labs/phoenix-seat-manager-v1
max_upload_size
id838814
size181,700
James Li (throwbackjams)

documentation

README

phoenix-seat-manager

Phoenix Seat Manager is an on-chain program which automatically manages seats for markets on the Phoenix protocol.

Documentation

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

Licensing

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

Audits

Phoenix Seat Manager has been audited by OtterSec. The audit report can be found here.

Building and Testing Locally

To build the contract, ensure you have downloaded the Solana tool suite and run:

cargo build-sbf

To run the tests, run:

./test.sh
Commit count: 20

cargo fmt