Carbon Crew Decoder
Rust decoder for the Star Atlas Crew management program on Solana, generated using Carbon CLI.
Program Information
- Program ID:
CREWiq8qbxvo4SKkAFpVnc6t7CRQC4tAAscsNAENXgrJ - Network: Solana Mainnet
- Description: Star Atlas Crew management program for managing crew members, pack types, and redemptions in the Star Atlas ecosystem.
Features
- Decodes all Crew account types
- Full instruction parsing support
- Integration with Carbon indexing framework
- Support for crew configuration, pack management, and SFT redemptions
Usage
Add this crate to your Cargo.toml:
[]
= "0.12.0"
Decoding Accounts
use CrewDecoder;
use AccountDecoder;
let decoder = CrewDecoder;
let decoded_account = decoder.decode_account;
if let Some = decoded_account
Account Types
This decoder supports all Crew account types:
CrewConfig- Crew configuration and metadataPackTiers- Pack tier definitionsPackType- Pack type configurationSftRedemption- SFT redemption trackingUserRedemption- User redemption records
Documentation
Full documentation is available at docs.rs.
Repository
See the main repository for build instructions and contribution guidelines.
License
Licensed under the Apache-2.0 license.