A play-to-earn (P2E) coin flip game built on the Solana blockchain. Players can wager SOL, flip a coin, and instantly see if they win or lose. Rewards are distributed automatically through smart contracts.
- 🎯 Simple coin flip gameplay
- 💰 Play-to-earn mechanics
- 🔗 Built on Solana blockchain
- 🔐 Secure smart contract for payouts
- 🦊 Phantom wallet integration
- Frontend: React.js / Next.js
- Backend: Rust (Solana Program)
- Blockchain: Solana
- Wallet Integration: Phantom
- Connect your Solana wallet.
- Choose your wager amount.
- Flip the coin.
- If you win, rewards are sent instantly to your wallet.
# Clone the repository
git clone https://github.com/leodev007/Coinflip-P2E-Solana.git
# Navigate to the project folder
cd Coinflip-P2E-Solana
# Install dependencies
npm install
# Start the development server
npm run dev