Skip to content

Repository files navigation

THE WALL RH

Real-time builder analytics + Stock Token marketplace + NFT marketplace for Robinhood Chain (Chain ID 4663)

Next.js React TypeScript Tailwind CSS X

Live: thewallrh.fun · Official X: @officialWALLrh


What is THE WALL RH?

THE WALL RH is a full-stack platform for Robinhood Chain — combining a real-time on-chain analytics dashboard with a Stock Token marketplace and an NFT marketplace (Artpad). Track builders, tokens, live market data, and real on-chain activity — all in one dark-mode dashboard with a polished UI. No login required — the entire site is open to browse.

Pages

Dashboard (/)

The landing page with a hero section, live network stats (transactions, blocks, addresses, block time), sparkline charts, top builder cards, stock token preview, latest live transactions, and crypto news.

Builders (/builder)

Browse all builders on Robinhood Chain with aggregate stats (total addresses, transactions, ERC-20 tokens, network block). Search and filter, then open any address for a full profile.

Builder Profile (/builder/[address])

Deep-dive into any address: ETH/token balance, transaction count, token holdings table, balance history chart, live X/Twitter profile card, contract deployer info, and developer rewards panel with claim history.

Market (/market)

The Stock Token marketplace — 97 1:1-backed Stock Tokens (NVDA, AAPL, TSLA, QQQ, and more) with live logos, 24/7 quotes, real stock charts, gainers/losers/movers, watchlist, and detail modals.

  • Market News 24/7 — Latest headlines for the tokens behind Stock Tokens, pulled live from Yahoo Finance.
  • On X — Live X profiles of the market voices moving the stock world (@robinhood, @CNBC, @MarketWatch, @WSJMarkets, @Stocktwits, @Nasdaq).
  • Live Stock Token Trades — A real-time feed of on-chain buys & sells of Stock Tokens, each linked to Blockscout.
  • See what's onchain — Real-time chain dashboard: live blocks, live transactions, chain stats from Blockscout, running 24/7.
  • Ecosystem apps — The Robinhood Chain ecosystem grid, live from the official registry.
  • Real swaps — Connect your wallet (MetaMask / WalletConnect / Coinbase) to check balances, disconnect, and swap Stock Tokens directly on Robinhood Chain via LI.FI.
  • Real on-chain txns — Live transactions verified on Blockscout.

Artpad (/artpad)

The NFT marketplace. Live trending collections across Ethereum and more with 24h volume, floor price, and price movement — plus collection detail pages (floor sparkline, active listings, top offers, traits, NFT grid, live sales feed), NFT detail pages with full metadata, and real on-chain buying via Seaport 1.6 from your connected wallet.

Launchpads (/launchpads)

Track every token launchpad on Robinhood Chain — 53 pads including Pools.trade, Pons, Noxa.fun, Bankr, bow.fun, ApeStore, Virtuals, and more — plus the top global pads across Solana, Base, BNB Chain, Tron & Ethereum. Each pad's flagship ("featured") token is enriched live with price, chart, market cap, liquidity, volume, holders, and 5m/1h/6h/24h changes — refreshed every minute.

Launchpad Profile (/launchpads/[id])

Deep-dive into any launchpad — avatar, status badge (live / paused / coming soon), launch type, tagline, website, docs, X, Telegram and GitHub links, plus its featured token's live on-chain stats, sparkline chart, and deployer, with Blockscout / DexScreener / full token-page links.

Stock Token (/stock/[symbol])

A full page for any Stock Token — company profile, live quote and chart, market state, and Buy/Sell actions, with the official token logo from Robinhood's CDN.

Token Profile (/token/[address])

Live token profile for any token on Robinhood Chain — price, market cap, volume, and holder data from Blockscout (via the official Robinhood Chain API for Stock Tokens), plus its X account and chain links. Token logos resolve automatically (FMP → Blockscout → Stock Token catalog) with letter-avatar fallbacks.

X Profile (/x/[handle])

Any X/Twitter handle resolves to a live profile page — banner, avatar, description, follower counts, location, and join date, all fetched live from X.

Profile (/profile)

Your wallet-connected portfolio: stock token holdings, their value in ETH/USD, live buy & sell history, and ETH balance. Connect with MetaMask / WalletConnect / Coinbase.

Team (/team)

The official accounts behind THE WALL — the Official X account (@officialWALLrh) and the Official Builder on GitHub (kenGucci) with live banner, avatar, bio, follower stats, and Follow buttons.

About Us (/about)

Full site guide covering every page with "How to use" and "How it works" walkthroughs.

Settings (/settings)

Language and theme configuration. Supports 80 languages with 15 fully translated (EN, ZH, ES, FR, DE, PT, AR, HI, JA, KO, RU, VI, TR, TH, ID). 8 preset accent colors plus a custom hex color picker with live preview. Terms, Privacy, and Cookies linked from here.

Legal (/legal/terms, /legal/privacy, /legal/cookies)

Static legal reference pages.

Architecture

src/
├── app/                    # Next.js App Router pages + API routes
│   ├── page.tsx            # Dashboard landing
│   ├── about/              # About Us + site guide
│   ├── builder/            # Builder list + detail pages
│   ├── launchpads/         # Launchpad directory + detail pages
│   ├── legal/              # Terms, Privacy, Cookies
│   ├── market/             # Stock Token marketplace + real-time on-chain dashboard
│   ├── profile/            # Wallet-connected portfolio
│   ├── settings/           # Language & theme settings
│   ├── stock/              # Stock Token detail pages
│   ├── team/               # Team + official X account
│   ├── token/              # Token profile pages
│   ├── x/                  # Live X profile pages
│   └── api/                # 37 API route handlers
├── components/             # Reusable UI components
├── lib/                    # Services, utilities, data
└── proxy.ts                # Middleware: rate limiting, CSP, cache headers

Tech Stack

  • Framework: Next.js 16 (App Router, Turbopack, React Server Components)
  • UI: React 19, Tailwind CSS v4.3, Lucide icons, RainbowKit + wagmi (wallet), custom CSS animations
  • Backend: Next.js API routes (serverless) + middleware (src/proxy.ts) with CDN caching and CSP
  • Database: Supabase (PostgreSQL) — feedback + user-facing records
  • Rate Limiting: Upstash Redis + Ratelimit (60 req/min per IP)
  • Data Sources:
  • Package Manager: pnpm

Features

  • Real-time data 24/7 — Live market quotes, 24/7 stock news, on-chain blocks & transactions, auto-refreshing with staggered intervals
  • Stock Tokens — 97 1:1-backed tokens (NVDA, AAPL, TSLA, QQQ, …) with real quotes, official logos, and real on-chain swaps
  • Launchpad tracking — 53 Robinhood Chain launchpads + global pads, with live trending-token data per pad
  • NFT marketplace (Artpad) — Live NFT trends, floor prices, listings, offers, traits, and real on-chain buying via Seaport
  • Live token logos — Automatic logo resolution (FMP → Blockscout → stock catalog) with letter-avatar fallbacks
  • Real on-chain dashboard — Live blocks, live transactions, chain stats from Blockscout
  • Wallet support — Connect / disconnect via MetaMask, WalletConnect, Coinbase (RainbowKit), real token balances
  • Open platform — No login gate; everything browsable without an account
  • Dark/Light mode — Toggle with 8 accent color themes + custom color picker
  • 80 languages — Full i18n with region-based filtering
  • PWA — Installable as a standalone app on mobile and desktop
  • Responsive — Mobile-first with hamburger nav, slide-over sidebar
  • Performance — Critical-path rendering, lazy-loaded swap panel, CDN caching on hot APIs
  • Accessibility — Skip-to-content, focus rings, reduced-motion support, screen reader classes

Getting Started

# Clone
git clone https://github.com/kenGucci/rh-builders.git
cd rh-builders

# Install
pnpm install

# Configure environment
cp .env.example .env.local
# Add your API keys to .env.local

# Run
pnpm dev

Open http://localhost:3000.

Environment Variables

Variable Description
NEXT_PUBLIC_SUPABASE_URL Supabase project URL
NEXT_PUBLIC_SUPABASE_ANON_KEY Supabase anonymous key
SUPABASE_SERVICE_ROLE_KEY Supabase service role key
RPC_URL Robinhood Chain RPC endpoint (Chain ID 4663)
FMP_API_KEY Financial Modeling Prep API key (live market data)
UPSTASH_REDIS_REST_URL Upstash Redis URL (rate limiting, optional)
UPSTASH_REDIS_REST_TOKEN Upstash Redis token (rate limiting, optional)
OPENSEA_API_KEY OpenSea v2 API key (Artpad; auto-provisions when unset)

Social

Roadmap

See ROADMAP.md for the full project roadmap — from completed milestones to upcoming features.

Whitepaper

See WHITEPAPER.md for the product deep-dive.

License

MIT

About

THE WALL — real-time Stock Token marketplace + on-chain analytics dashboard for Robinhood Chain (4663). 90+ 1:1-backed Stock Tokens, live 24/7 market news, real swaps. Official X: @officialWALLrh

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages