Skip to main content

What You Can Build

RektHub isn’t just another “token launchpad”, it’s infrastructure for the creator economy. Integrate our contracts to build:
  • Trading Interfaces: Cross-chain token trading UIs
  • Creator Dashboards: Fee tracking, analytics, community management
  • Portfolio Trackers: Multi-chain creator token portfolios
  • Trading Bots: Automated trading strategies
  • Aggregators: Cross-platform creator token discovery
Building something cool? Tag us @rekthub_io on X, we love seeing what the community creates.

Prerequisites

Before you start, make sure you have:
  • Node.js v16+ installed
  • ethers.js v6+ or viem v1+ (your choice)
  • A wallet provider (MetaMask, WalletConnect, etc.)
  • RPC endpoint for your target chain
  • Some native tokens for gas fees
Need testnet tokens? Check our Deployment Addresses page for faucet links.

Installation

Your First Buy Transaction

Let’s buy some creator tokens. This example shows the complete flow:
Always implement slippage protection. Prices move between quote and execution, use minTokensOut to protect users.

Your First Sell Transaction

Selling tokens back to the curve:
Pro tip: Use sellPercentage() instead to sell a percentage without calculating exact amounts. Perfect for “Sell 25%” buttons.

Creating Your First Token

Launch a creator token in minutes. Here’s the complete flow from metadata to deployment:

Step 1: Prepare Your Metadata

Create a JSON file with your token info:

Step 2: Upload to IPFS

Free IPFS Services: Pinata, NFT.Storage, or Web3.Storage all offer free tiers.

Step 3: Create the Token

Step 4: Verify on Block Explorer

After creation, verify your token was deployed correctly:
Token Supply: All RektHub tokens have a fixed supply of 1 billion tokens with 18 decimals. 850M are tradeable, 150M reserved for graduation liquidity.

Bonus: Create with Vanity Address

Want a custom token address like 0x000... or 0xdead...?
Vanity Mining: Finding addresses with specific prefixes can take hours/days depending on length. Mine offchain, then deploy with the found salt.

Listening to Events

Track real-time activity across all creator tokens:

Common Integration Patterns

Building Trading UIs

Building Aggregators

Building Trading Bots

Trading bots carry risk. Always test thoroughly on testnets and use appropriate risk management.

Next Steps

Factory Contract

Complete factory contract reference

Events Reference

All events you can listen to

Get Help

GitHub

View source code and examples

Telegram

Join our developer community

X (Twitter)

Follow for updates