A collection of Solana Anchor programs developed during the Turbin Builders Cohort Q1 2025. Each program demonstrates different aspects of Solana development and provides practical use cases.
- A secure token vault implementation
- Trustless trading mechanism
- Decentralized marketplace for digital assets
- Automated Market Maker implementation
- Solana Blockchain
- Anchor Framework
- Rust Programming Language
- TypeScript (for tests and client)
- Clone the repository:
git clone https://github.com/solana-turbin3/Q1_25_Builder_4rjunc.git
cd Q1_25_Builder_4rjunc
- Navigate to any program directory:
cd <program-name>
- Build and test:
anchor build
anchor test