A native decentralized marketplace that bridges everyday household tasks with the Solana blockchain, automatically verifying work before releasing payment.
Taski helps roommates and households manage chores with blockchain-backed accountability. Post household tasks (like "Take out the trash" or "Do the dishes") with a USD bounty that gets locked in a smart contract vault. Your roommates can claim tasks, complete them, and submit photo proof. Google Gemini AI automatically verifies the work was done, and funds are instantly released to their wallet—no more "I'll do it later" excuses.
- Decentralized Marketplace: Post chores with USD bounties, automatically converted to SOL
- Smart Vault Escrow: Funds securely locked in blockchain vaults until task completion
- AI Verification: Google Gemini analyzes photos to verify task completion
- Instant Crypto Payout: Automatic fund release upon AI verification
- Frontend: SwiftUI (iOS)
- Blockchain: Solana (Devnet), Anchor (Rust)
- AI: Google Gemini API
- Custom Solana Service: Raw transaction serialization, PDA calculations
- Xcode 15+
- Google Gemini API Key
- Anchor Framework (for smart contracts)
-
Clone the repository
git clone https://github.com/yourusername/Taski.git cd Taski -
Configure iOS app
- Open
DeltaHacks2026.xcodeprojin Xcode - Copy
Secrets-Example.plisttoSecrets.plist - Add your Gemini API key:
<key>GEMINI_API_KEY</key> <string>YOUR_API_KEY_HERE</string>
- Open
-
Deploy smart contract (optional)
cd taskfi_escrow yarn install anchor build anchor deploy -
Run the app in Xcode (⌘R)
- Anchor - Solana smart contracts
- Gemini - AI image verification
- Solana - Blockchain
- SwiftUI - iOS framework
Built for DeltaHacks 2026