cat > README.md << 'EOL'
A decentralized application built on Solana that lets users create and participate in price prediction competitions for various tokens.
- Create price prediction competitions for any token
- Join existing competitions with predictions
- Automatic resolution using Ave.ai price feed integration
- Wallet connection and transaction capabilities
- Custom token support with validation
- Solana Blockchain & Web3.js
- Anchor Framework
- React with TypeScript
- Ave.ai API for token validation and price feeds
- TailwindCSS for styling
- Clone the repository
- Install dependencies:
npm install - Set up environment variables (see
.env.example) - Run the development server:
npm run dev
VITE_SOLANA_RPC_URL=https://devnet.helius-rpc.com/v1/YOUR_API_KEY VITE_PROGRAM_ID=YOUR_PROGRAM_ID
VITE_AVE_API_KEY=YOUR_AVE_API_KEY