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.
- ποΈ 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
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.
// 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');-
π 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
-
π¨ 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
-
-
π 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
logosfolder - 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"
- Navigate to the
- 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
- Fork the repository first:
- Go to the "Issues" tab above
- Click "New Issue"
- Title: "Add [Your Token Name] Logo"
- Include:
- Token contract address
- Link to your logo file (Google Drive, Imgur, etc.)
- Token name and symbol
- Submit the issue
- 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)
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.
These logos are aggregated from public sources for community use. Individual token logos remain the property of their respective projects.




