Skip to content

unigamblers-stack/Pulsechain-Token-Logos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

PulseChain

PulseChain Token Logos

PulseChain Token Count License

The Official Community Repository for PulseChain Token Logos

wPLS

🌟 Overview

This repository serves as the centralized resource for PulseChain token logos, providing the PulseChain community with high-quality token images aggregated from DexScreener, PulseScan, and other DeFi platforms. Perfect for developers building on PulseChain, dApp creators, and community projects.

🎯 Purpose

  • 🏛️ Centralized Asset Library: One-stop source for all PulseChain token logos
  • 💻 Developer Resource: Easy integration for dApps, wallets, and DeFi tools
  • 🤝 Community Driven: Aggregated from multiple trusted sources across PulseChain
  • 📏 Standardized Format: Consistent PNG format for seamless integration

💎 Featured Tokens


wPLS

HEX

USDC

USDT

🚀 Usage

Token logos are stored in the logos/ folder and named using the token's contract address:

logos/0xA1077a294dDE1B09bB078844df40758a5D0f9a27.png  # wPLS

Simply reference the token by its contract address to retrieve the corresponding logo.

Integration Example

// For web applications
const getTokenLogo = (contractAddress) => {
  return `https://github.com/proestever/Pulsechain-Token-Logos/raw/master/logos/${contractAddress}.png`;
};

// Example usage
const wPLSLogo = getTokenLogo('0xA1077a294dDE1B09bB078844df40758a5D0f9a27');

📤 How to Submit Missing Logos (No Coding Required!)

Method 1: GitHub Web Interface (Easiest)

  1. 🔍 Find Your Token's Contract Address

    • Go to PulseScan
    • Search for your token
    • Copy your token's full contract address (starts with 0x, should be 42 characters total)
    • Example: 0xA1077a294dDE1B09bB078844df40758a5D0f9a27
  2. 🎨 Prepare Your Logo

    • Resize your logo (if needed):

      • Use this free tool: Simple Image Resizer
      • Upload your logo
      • Set dimensions to 256x256 pixels
      • Keep "Maintain Aspect Ratio" checked
      • Download the resized image
    • Convert to PNG (if needed):

      • If your logo is JPG/JPEG/SVG, use: CloudConvert
      • Upload your file and convert to PNG
    • Remove background (optional but recommended):

      • Use Remove.bg for automatic background removal
      • Works great for logos with solid backgrounds
    • Rename your file:

      • Right-click your PNG file
      • Select "Rename"
      • Paste your contract address as the filename
      • Keep the .png extension
      • Final name example: 0xA1077a294dDE1B09bB078844df40758a5D0f9a27.png
  3. 📁 Upload via GitHub

    • Fork the repository first:
      • Click the "Fork" button at the top right of this repository
      • This creates your own copy of the repository
    • In YOUR forked repository:
      • Navigate to the logos folder
      • Click the "Add file" button → "Upload files"
      • Drag and drop your properly named PNG file
      • Scroll down to "Commit changes"
      • Add a commit message like: "Add [Your Token Name] logo"
      • Click "Commit changes"
    • Create a Pull Request:
      • Click "Contribute" → "Open pull request"
      • Or go to the original repository and click "New pull request"
      • Click "compare across forks"
      • Select your fork and branch
      • Click "Create pull request"
      • Add a title: "Add [Your Token Name] logo"
      • Click "Create pull request"
    • Done! We'll review and merge it soon

Method 2: Submit via Issues

  1. Go to the "Issues" tab above
  2. Click "New Issue"
  3. Title: "Add [Your Token Name] Logo"
  4. Include:
    • Token contract address
    • Link to your logo file (Google Drive, Imgur, etc.)
    • Token name and symbol
  5. Submit the issue

📋 Logo Requirements

  • Format: PNG only
  • Size: Minimum 256x256 pixels (512x512 preferred)
  • Quality: Clear, high-resolution
  • Background: Transparent preferred
  • File Name: Must be the full contract address (e.g., 0xA1077a294dDE1B09bB078844df40758a5D0f9a27.png)

🤝 Contributing

We welcome contributions from the PulseChain community! If you have token logos that are missing from this collection, please submit them using the methods above or create a pull request if you're familiar with Git.

🔗 Useful Links

📜 License

These logos are aggregated from public sources for community use. Individual token logos remain the property of their respective projects.


Built with 💜 for the PulseChain Community
PulseChain

About

A catalog of all Pulsechain token logos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors