Skip to content

Instantly share code, notes, and snippets.

View francis-codex's full-sized avatar
🎯
focusing

Codex francis-codex

🎯
focusing
View GitHub Profile
@francis-codex
francis-codex / README.md
Last active July 25, 2025 22:42
Solana Automated Reward Distribution System - Complete Implementation Guide

Solana Automated Reward Distribution System - Complete Implementation Guide

πŸ—οΈ System Architecture Overview

High-Level Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   Frontend DApp β”‚    β”‚  Backend API    β”‚    β”‚ Solana Program  β”‚
β”‚                 β”‚    β”‚                 β”‚    β”‚  (Smart Contract)β”‚
β”‚ β€’ Withdraw UI │◄──►│ β€’ Reward Calc │◄──►│ β€’ Reward Storageβ”‚
@francis-codex
francis-codex / ReadME.md
Last active July 21, 2025 03:15
A Rust-based command-line application for managing sales leads with progressive implementation stages.

Sales Lead Tracker

A Rust-based command-line application for managing sales leads with progressive implementation stages.

Features

  • Add Leads: Store lead information (name, contact, value, status)
  • Display Leads: View all leads in formatted table
  • Remove Leads: Delete leads by ID
  • Edit Leads: Modify existing lead details