Skip to content

Latest commit

 

History

History
279 lines (203 loc) · 8.53 KB

File metadata and controls

279 lines (203 loc) · 8.53 KB

🎯 PayBadge Examples

This file contains copy-paste ready examples for adding crypto payment badges to your GitHub README files.

🚀 Quick Copy-Paste Examples

Basic Payment Badge

[![Crypto Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/)

Enhanced Badge with Bitcoin Icon

[![Crypto Payment](https://paybadge.profullstack.com/badge-crypto.svg)](https://paybadge.profullstack.com/)

💰 Single Cryptocurrency Examples

Bitcoin Only

[![Bitcoin Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=btc)

Ethereum Only

[![Ethereum Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=eth)

Solana Only

[![Solana Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=sol)

USDC Only

[![USDC Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=usdc)

🔗 Multiple Cryptocurrency Examples

Bitcoin + Ethereum

[![Crypto Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?tickers=btc,eth)

All Major Cryptos

[![Crypto Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?tickers=btc,eth,sol,usdc)

Stablecoins Only

[![Stablecoin Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?tickers=usdc)

Popular Altcoins

[![Altcoin Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?tickers=eth,sol)

🏦 Custom Wallet Address Examples

Bitcoin with Custom Address

[![Bitcoin Donation](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=btc&recipient_address=bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh)

Ethereum with Custom Address

[![Ethereum Donation](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=eth&recipient_address=0x742d35Cc6634C0532925a3b8D4C9db96590c6C8b)

Solana with Custom Address

[![Solana Donation](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=sol&recipient_address=9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM)

USDC with Custom Address

[![USDC Donation](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=usdc&recipient_address=0x742d35Cc6634C0532925a3b8D4C9db96590c6C8b)

🎛️ Multiple Custom Addresses Examples

All Cryptos with Custom Addresses

[![Multi-Crypto Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?tickers=btc,eth,sol,usdc&recipient_addresses=btc:bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh,eth:0x742d35Cc6634C0532925a3b8D4C9db96590c6C8b,sol:9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM,usdc:0x742d35Cc6634C0532925a3b8D4C9db96590c6C8b)

Bitcoin + Ethereum with Custom Addresses

[![BTC/ETH Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?tickers=btc,eth&recipient_addresses=btc:bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh,eth:0x742d35Cc6634C0532925a3b8D4C9db96590c6C8b)

📋 Complete Project Templates

Open Source Project Template

# My Awesome Open Source Project

## 💝 Support This Project

If you find this project useful, consider supporting its development:

[![Support with Crypto](https://paybadge.profullstack.com/badge-crypto.svg)](https://paybadge.profullstack.com/?tickers=btc,eth,sol,usdc)

### Supported Cryptocurrencies
- **Bitcoin**: Fast and secure payments
- **Ethereum**: Smart contract ecosystem
- **Solana**: High-speed transactions
- **USDC**: Stable value payments

---

## Installation
...rest of your README

Developer Portfolio Template

# John Doe - Full Stack Developer

## 🚀 Hire Me or Support My Work

[![Crypto Payment](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?tickers=btc,eth,usdc&recipient_addresses=btc:your-btc-address,eth:your-eth-address,usdc:your-usdc-address)

### Quick Payment Options
| Crypto | Badge |
|--------|-------|
| Bitcoin | [![BTC](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=btc&recipient_address=your-btc-address) |
| Ethereum | [![ETH](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=eth&recipient_address=your-eth-address) |
| USDC | [![USDC](https://paybadge.profullstack.com/badge.svg)](https://paybadge.profullstack.com/?ticker=usdc&recipient_address=your-usdc-address) |

---

## About Me
...rest of your profile

Content Creator Template

# My YouTube Channel / Blog

## 💰 Support My Content

Love my content? Support me with crypto:

**One-Click Donation:**
[![Donate Crypto](https://your-domain.com/badge-crypto.svg)](https://your-domain.com/?tickers=btc,eth,sol,usdc)

**Choose Your Crypto:**
- [![Bitcoin](https://your-domain.com/badge.svg)](https://your-domain.com/?ticker=btc) Bitcoin
- [![Ethereum](https://your-domain.com/badge.svg)](https://your-domain.com/?ticker=eth) Ethereum  
- [![Solana](https://your-domain.com/badge.svg)](https://your-domain.com/?ticker=sol) Solana
- [![USDC](https://your-domain.com/badge.svg)](https://your-domain.com/?ticker=usdc) USDC

---

## Latest Videos
...rest of your content

🎨 Badge Styling Examples

Centered Badges

<div align="center">

[![Crypto Payment](https://paybadge.profullstack.com/badge-crypto.svg)](https://paybadge.profullstack.com/?tickers=btc,eth,sol,usdc)

**Support this project with cryptocurrency**

</div>

Badge with Description

## 💎 Crypto Donations Welcome

[![Crypto Payment](https://your-domain.com/badge.svg)](https://your-domain.com/?tickers=btc,eth,sol,usdc)

*Click the badge above to donate with Bitcoin, Ethereum, Solana, or USDC*

Multiple Badge Layout

## 🪙 Choose Your Crypto

<p align="center">
  <a href="https://your-domain.com/?ticker=btc">
    <img src="https://your-domain.com/badge.svg" alt="Bitcoin Payment">
  </a>
  <a href="https://your-domain.com/?ticker=eth">
    <img src="https://your-domain.com/badge.svg" alt="Ethereum Payment">
  </a>
  <a href="https://your-domain.com/?ticker=sol">
    <img src="https://your-domain.com/badge.svg" alt="Solana Payment">
  </a>
  <a href="https://your-domain.com/?ticker=usdc">
    <img src="https://your-domain.com/badge.svg" alt="USDC Payment">
  </a>
</p>

🔧 Advanced Use Cases

Conditional Badges (using HTML)

<!-- Show different badges based on project type -->
<div class="crypto-badges">
  <!-- For DeFi projects -->
  <a href="https://your-domain.com/?tickers=eth,usdc">
    <img src="https://your-domain.com/badge.svg" alt="DeFi Payment">
  </a>
  
  <!-- For Bitcoin projects -->
  <a href="https://your-domain.com/?ticker=btc">
    <img src="https://your-domain.com/badge.svg" alt="Bitcoin Payment">
  </a>
</div>

Badge with Custom Styling

<a href="https://your-domain.com/?tickers=btc,eth,sol,usdc">
  <img src="https://your-domain.com/badge-crypto.svg" alt="Crypto Payment" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
</a>

📱 Mobile-Optimized Examples

Responsive Badge Layout

<div align="center">

## 📱 Mobile-Friendly Crypto Payments

[![Crypto Payment](https://your-domain.com/badge-crypto.svg)](https://your-domain.com/?tickers=btc,eth,sol,usdc)

*Optimized for mobile wallets and QR code scanning*

</div>

🎯 Call-to-Action Examples

Urgent Support

## 🚨 Help Keep This Project Alive

This project needs your support to continue development:

[![Emergency Support](https://your-domain.com/badge.svg)](https://your-domain.com/?tickers=btc,eth,usdc)

**Every donation helps!** 🙏

Milestone Funding

## 🎯 Funding Goal: $5,000

Help us reach our development milestone:

[![Contribute Now](https://your-domain.com/badge-crypto.svg)](https://your-domain.com/?tickers=btc,eth,sol,usdc)

**Progress: $2,350 / $5,000** (47%)

📝 Notes

  • Replace your-domain.com with your actual domain
  • Replace wallet addresses with your own addresses
  • Test all links before publishing
  • Consider using the enhanced badge-crypto.svg for better visual appeal
  • All badges are mobile-responsive and accessibility-friendly

Happy fundraising! 🚀