collection of solana smart contracts and programs
blueshift_anchor_vault - pda-based sol vault with deposit/withdraw functionality using anchor 0.32.1 and litesvm rust tests view source
staking_contract - sol staking program with points accumulation system based on staked amount and time view source
cpi_contract - demonstrates cross-program invocation (cpi) for sol transfers using anchor view source
cpi_sol_transfer - demonstrates cross-program invocation for sol transfers using system program invoke view source
calculator - basic calculator program with arithmetic operations (add, subtract, double, halve) view source
blueshift_vault - lightweight no_std solana program using pinocchio framework view source