Skip to content

TokenForge - Create and manage tokens on the XRP Ledger

Notifications You must be signed in to change notification settings

RHinAK/tokenforge

Repository files navigation

🔥 TokenForge

Create, manage, and distribute tokens on the XRP Ledger.

No blockchain experience needed. From meme coins to real-world asset tokens — launch in minutes.

Features

  • Token Creation — Set name, supply, and properties. We handle the XRPL transactions.
  • 📊 Dashboard — Track tokens, trust lines, holders, and distributions.
  • 🚀 Batch Distribution — Airdrop to thousands of wallets via CSV upload.
  • 🔒 Non-Custodial — Your keys, your tokens. We never touch your secrets.
  • 💳 Stripe Billing — Free/Pro/Business tiers with Stripe Checkout and Customer Portal.
  • 📡 API Access (Business) — RESTful API for programmatic token management.

Tech Stack

  • Framework: Next.js 14 (App Router)
  • Language: TypeScript
  • Blockchain: xrpl.js (XRPL SDK)
  • Payments: Stripe (Checkout, Webhooks, Customer Portal)
  • Styling: Tailwind CSS

Getting Started

cp .env.example .env.local
# Fill in your Stripe keys and XRPL network preference
npm install
npm run dev

Stripe Setup

  1. Create products/prices in Stripe Dashboard
  2. Set STRIPE_PRICE_PRO and STRIPE_PRICE_BUSINESS in .env.local
  3. For webhooks, run stripe listen --forward-to localhost:3000/api/webhook
  4. Set the webhook secret as STRIPE_WEBHOOK_SECRET

Pricing

Plan Price Features
Starter Free 1 testnet token, basic dashboard
Pro $49/mo Unlimited tokens, mainnet, batch distribution
Business $199/mo API access, white-label, teams, custom integrations

Deploy

Deploy to Vercel:

Deploy with Vercel

License

© 2026 StackStats Apps LLC. All rights reserved.

About

TokenForge - Create and manage tokens on the XRP Ledger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages