Skip to content

Instantly share code, notes, and snippets.

View francis-codex's full-sized avatar
πŸ’­
SVM

codex francis-codex

πŸ’­
SVM
View GitHub Profile
@francis-codex
francis-codex / CLIENT_GUIDE.md
Created February 26, 2026 01:40
Upbit Listing Detector β€” Client User Guide

Upbit Listing Detector β€” User Guide

What This System Does

This system watches the Upbit cryptocurrency exchange 24/7 and sends you a Telegram alert the moment a new coin is listed. It checks three different sources simultaneously so you hear about listings as fast as possible β€” typically within 1–5 seconds.

You don't need to do anything to keep it running. It runs automatically on a server and will message you in Telegram whenever something happens.


@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