Loading…
Skip to main content

Proof of Work

15 posts in thread

Arth's avatar
Arth@user64bit

Praxis

1 of 15

A conversational Solana agent: you type intent in plain language — 'send 0.5 SOL to maya' — and it becomes a typed, simulated on-chain action.

The safety thesis is one sentence: the agent may interpret intent, but the program enforces the envelope.

Aegis, an Anchor program, validates every transfer on-chain against an owner-defined policy — signer, pause, expiry, per-transaction cap, rolling daily cap, recipient allow-list, and SPL mint/token limits — before any value leaves the vault, so a jailbroken LLM or compromised backend stays bounded by the policy, not by prompt quality.

Intent is parsed (Google Gemini, or a local deterministic parser for $0 demos), recipients resolve through an off-chain address book, and each action is simulated into a proposal card showing the fee, simulation result, and Aegis verdict before you confirm.

Owner actions stay wallet-signed and the backend never holds the owner key.

Ships with @usepraxis/sdk, a typed Node client, and a LiteSVM enforcement test gate.

#NextJS#TypeScript#Rust#Anchor#Solana#GoogleGemini#LiteSVM#Bun

usepraxis.fun

Praxis

9.8K
Arth's avatar
Arth@user64bit

Get Toasted

2 of 15

Production SaaS that scans any Solana wallet for sandwich attacks and quantifies the USD lost to MEV.

A typed detection pipeline in @get-toasted/core classifies front-run, victim, and back-run sets per slot with confidence scoring, priced via Jupiter Lite quotes.

Real-time detection runs through HMAC-verified Helius webhooks; historical scans are paginated through BullMQ workers.

Validated against Jito bundle ground truth with a 30/30 match rate.

Turborepo monorepo: Next.js 16 dashboard, Hono API, and four dedicated workers (scanner, detector, risk-analyzer, validator-refresh) backed by Neon Postgres and Upstash Redis.

Auth is Sign In With Solana, ed25519 verified, JWT issued.

#NextJS#Hono#TypeScript#Drizzle#NeonPostgres#BullMQ#UpstashRedis#Turborepo#Helius#Jupiter#solanakit#Zod

gettoasted.fun

Get Toasted

9.8K
Arth's avatar
Arth@user64bit

ChibiTown

3 of 15

A cozy 2D virtual town where your team hangs out together — presence without a grid of video tiles.

Sign in, pick a character (Adam, Ash, Lucy, or Nancy), and drop into a shared pixel-art room where you walk around with WASD and see everyone else move in real time, complete with name labels and a live roster.

Rooms are shareable by ID across themed Tiled maps — a 40×30 office and a 24×18 rooftop garden — with collision derived from the same solid layers the scene renders, so client and server agree on the playable area.

Turborepo monorepo: a Vite + React + Redux + Phaser game client, an Express REST API (JWT + scrypt auth, users, spaces, avatars, maps), a WebSocket room server for presence and tile movement, and a Prisma/Postgres package, all covered by an end-to-end integration suite.

#React#Vite#ReduxToolkit#Phaser#TailwindCSS#Express#WebSocket#Prisma#PostgreSQL#Turborepo#TypeScript

github.com

ChibiTown

9.8K
Arth's avatar
Arth@user64bit

RugPulse

4 of 15

Real-time Solana new-token intelligence powered by Birdeye — detect momentum, expose concentration, flag obvious risk.

Pulls fresh launches from six Birdeye Data Service endpoints, enriches each with security, holder, trader, and OHLCV data server-side, then scores them with a deterministic, auditable engine: an Alpha Score (0–100) weighing liquidity, volume, trades, and momentum, and a Rug Risk Score (0–100) reading top-holder concentration plus freeze/mint authority and metadata flags straight from token_security.

Every score ships with per-factor explanations and a trader-readable verdict — Watch, Caution, Avoid, or Neutral.

A radar of the latest scans, per-token detail pages with charts and holder distribution, ranked leaderboards, a Telegram alert bot (@RugPulseBot) with tunable thresholds, and one-click X-post drafts.

No wallet connection, no swaps — just a fast signal, and the API key never reaches the browser.

#NextJS#TypeScript#TailwindCSS#Recharts#SupabasePostgres#BirdeyeAPI#TelegramBotAPI

rugpulse.user64bit.wtf

RugPulse

9.8K
Arth's avatar
Arth@user64bit

DAOnation

5 of 15

A decentralized 'Buy Me a Coffee' platform for creators on Solana.

Supporters send crypto contributions through unique profile links with personalized messages and custom amounts.

Creators get a dashboard to track earnings, manage contributions, and set goals.

#NextJS#TailwindCSS#TypeScript#Prisma#solanaweb3js

daonation.vercel.app

DAOnation

9.8K
Arth's avatar
Arth@user64bit

PollChain

6 of 15

Decentralized voting platform built on Solana.

Every vote is immutable, verifiable, and tamper-proof.

Create polls, cast votes, and view results — all on-chain with full transparency.

#NextJS#TailwindCSS#TypeScript#Rust#Anchor#solanaweb3js

poll-chain.vercel.app

PollChain

9.8K
Arth's avatar
Arth@user64bit

Ask Genie

7 of 15

A privacy-first Chrome extension (Manifest V3) that lets you chat with AI about the page you're currently reading — bring your own key, with no backend and no shared infrastructure.

A floating genie lamp summons a Shadow-DOM chat panel that grounds answers in the page's extracted main content, with one-click quick actions: Summarize, Key insights, Explain simply, Action items, and Translate.

Each page keeps its own conversation in local storage, auto-deleted 24 hours after it starts.

Your API key lives only in the background service worker and is sent only to your chosen provider's official endpoint (OpenAI or Anthropic) — it never touches the content script or any web page.

Built with Vite, React, and @crxjs/vite-plugin around a framework-free, unit-tested core for providers, page extraction, and Markdown rendering.

#React#Vite#TypeScript#ChromeExtensionManifestV3#crxjsviteplugin#OpenAIAPI#AnthropicAPI

github.com

Ask Genie

9.8K
Arth's avatar
Arth@user64bit

Dev DNA

8 of 15

A cinematic GitHub profile analyzer that turns any username into a developer identity report.

Fetches profile, repos, and language stats from the GitHub API, scores the user against archetype profiles, and visualizes the result through animated terminal sequences, a custom canvas language chart, and an archetype card.

UI is built around a glassmorphism landing card with an animated grid, floating particles, and a DNA-inspired background, all powered by framer-motion.

#NextJS#TypeScript#TailwindCSS#framermotion#GitHubAPI

github.com

Dev DNA

9.8K
Arth's avatar
Arth@user64bit

Get-Git

9 of 15

Explore GitHub profiles in a beautiful and interactive way.

Visualize contributions, repositories, and activity with a clean, modern UI.

#NextJS#TailwindCSS#TypeScript#GitHubAPI

get-git.user64bit.wtf

Get-Git

9.8K
Arth's avatar
Arth@user64bit

DD-Agent

10 of 15

AI-powered health optimization platform based on Bryan Johnson's 'Don't Die Blueprint.' Get personalized health recommendations and longevity insights through an interactive chat interface.

#NextJS#TailwindCSS#TypeScript#OpenAIAPI

dd-agent-ruby.vercel.app

DD-Agent

9.8K
Arth's avatar
Arth@user64bit

Echo-GPT

11 of 15

Chrome extension that enhances ChatGPT with bookmark and pinned conversations.

Never lose an important conversation again — pin your favorites and organize your AI chat history.

#React#TypeScript#Vite#TailwindCSS#ChromeExtensionManifestV3

github.com

Echo-GPT

9.8K
Arth's avatar
Arth@user64bit

suchi

12 of 15

A lightweight, fast task manager written in Rust.

Manage tasks from the command line with simple commands to add, edit, complete, and delete.

Published on crates.io.

#Rust

crates.io

suchi

9.8K
Arth's avatar
Arth@user64bit

The TweetFolio

13 of 15

This portfolio site you're looking at right now.

A Twitter/X-inspired portfolio built with React and TailwindCSS.

Showcases projects, experience, and contributions through a familiar social media interface.

#React#TailwindCSS#TypeScript

user64bit.wtf

The TweetFolio

9.8K
Arth's avatar
Arth@user64bit

Notebook

14 of 15

A Notion-like collaborative note-taking platform with recursive data structures for hierarchical organization, markdown support, rich media, dark/light themes, and full-text search.

#NextJS#Convex#TailwindCSS#ShadcnUI#TypeScript

github.com

Notebook

9.8K
Arth's avatar
Arth@user64bit

Canteen

15 of 15

Anonymous discussion platform for university students.

Connect across campuses to share thoughts on academics, career paths, and campus life without fear of judgment.

#NextJS#TailwindCSS#TypeScript#Prisma

github.com

Canteen

9.8K