The all-in-one, no-code crypto toolkit.
Deploy · Distribute · Manage tokens & liquidity across 20+ networks and Solana
Coinjet lets anyone deploy an ERC-20 or SPL token, distribute it to thousands of holders, and manage liquidity, supply and authorities long after launch — from a single interface, with no code and no KYC. Every action is signed in the user's own wallet: Coinjet is non-custodial and never holds funds or private keys.
Live at coinjet.io — create a token for $2.20.
- Token Creator — deploy ERC-20 (standard & tax) tokens on EVM chains and SPL tokens with metadata on Solana.
- Multisender — batch-send the native coin or any ERC-20/SPL to thousands of addresses in one transaction.
Mint · Burn · Tax & Fees · Pause / Unpause · Blacklist / Whitelist · Revoke Ownership
Revoke Mint & Freeze · Freeze / Unfreeze · Update Metadata · Create OpenBook Market
Create Pool · Add Liquidity · Remove Liquidity · Burn Liquidity — on-chain via Uniswap V2-style routers.
- Wallet Checker — balances across EVM chains plus Bitcoin, Litecoin, Solana, Tron and TON.
- Wallet Generator — real BIP39 / secp256k1 key generation.
- Vanity Generator — custom address prefixes (BTC, LTC, Solana, TON).
- Converter — quick price conversion with buy/swap shortcuts.
- Gas Tracker — live gas across networks.
- Networks List — searchable chain directory.
- Social Booster (Buy Followers) — followers, views, likes and members across 12 platforms, paid in crypto with instant, drip-feed delivery.
- Affiliate Program — referral tracking with an on-chain activity gate.
20+ EVM networks (Ethereum, BNB Chain, Base, Arbitrum, Optimism, Polygon, Robinhood Chain, Monad, and more) plus Solana. The exact set per tool is defined in each tool's network configuration.
| Layer | What we use |
|---|---|
| Frontend | Alpine.js, Tailwind (TailAdmin design system), Font Awesome |
| Backend | PHP |
| Wallets | Reown AppKit (WalletConnect) for EVM · Solana wallet standard |
| Contracts | Solidity (OpenZeppelin v5), solc 0.8.x |
| Data | SQLite / MySQL (dual-driver) |
Requires PHP 8+ and a local web server.
# 1. Clone
git clone https://github.com/coinjetio/coinjet.git
cd coinjet
# 2. Configure — copy the example env and fill in your own keys
cp .env.example .env
# 3. Serve
php -S localhost:8000Then open http://localhost:8000.
All secrets (API keys, payment credentials, database access) are read from environment variables — never hard-coded in committed files. See .env.example for the full list and copy it to .env with your own values.
Coinjet is non-custodial: private keys never leave the user's wallet, and the platform cannot move funds on a user's behalf. Found a vulnerability? See SECURITY.md for responsible disclosure.
© 2026 Coinjet. All rights reserved. See LICENSE.
The source is published for transparency and review; it is not licensed for reuse or redistribution.