All Projects → dorianbayart → CryptoLogos

dorianbayart / CryptoLogos

Licence: GPL-3.0 license
Hundreds of crypto logos simply named by their normalized contract address

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CryptoLogos

farm-army-backend
Track your farming and pool performance on the Binance Smart Chain, Polygon, Fantom, KuCoin Community Chain, Harmony, Celo - https://farm.army - nodejs backend
Stars: ✭ 86 (+514.29%)
Mutual labels:  polygon, bsc, fantom
awesome-list-rpc-nodes-providers
A curated list of awesome Node providers and public PRC endpoints for Ethereum, BSC, xDAI, Fantom, Avalanche and more :)
Stars: ✭ 39 (+178.57%)
Mutual labels:  polygon, bsc, fantom
Rabby
The game-changing wallet for Ethereum and all EVM chains
Stars: ✭ 562 (+3914.29%)
Mutual labels:  polygon, bsc, fantom
Ruby Gem Downloads Badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
Stars: ✭ 29 (+107.14%)
Mutual labels:  icon, logo
geticon
Web / IT project stack / tool / technique icon / logo collection & markdown / HTML generator 🚀
Stars: ✭ 101 (+621.43%)
Mutual labels:  icon, logo
PancakeSwapBot
PancakeSwap prediction bot
Stars: ✭ 38 (+171.43%)
Mutual labels:  crypto, bsc
cryptocurrency-icons-font
A webfont for cryptocurrency symbols
Stars: ✭ 21 (+50%)
Mutual labels:  crypto, icon
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+15014.29%)
Mutual labels:  crypto, icon
poly-flash
Flashloan on Polygon
Stars: ✭ 233 (+1564.29%)
Mutual labels:  polygon, bsc
PancakeTokenSniper
BSC BNB Pancake token sniper, buy, take profit and rug check
Stars: ✭ 184 (+1214.29%)
Mutual labels:  contract, bsc
uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+2335.71%)
Mutual labels:  polygon, bsc
Bogged-Token-List
Multichain token lists by Bogged Finance
Stars: ✭ 106 (+657.14%)
Mutual labels:  polygon, bsc
cryptowallet-cli
CW is a crypto wallet generator CLI tool for a lot of blockchains: Bitcoin, Ethereum, Binance Smart Chain and many others
Stars: ✭ 45 (+221.43%)
Mutual labels:  crypto, polygon
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+535.71%)
Mutual labels:  crypto
vue-fa
Tiny FontAwesome 5 component for Vue.js.
Stars: ✭ 24 (+71.43%)
Mutual labels:  icon
DEGEN
Distributing POAPs to DAOs in discord, twitter, and more.
Stars: ✭ 27 (+92.86%)
Mutual labels:  crypto
svelte-fa
Tiny FontAwesome 5 component for Svelte
Stars: ✭ 214 (+1428.57%)
Mutual labels:  icon
qpage
👨‍💻 Free Project For Creating Academic Homepage Without Any Code In 3min
Stars: ✭ 87 (+521.43%)
Mutual labels:  icon
tvdatafeed
A simple TradingView historical Data Downloader
Stars: ✭ 189 (+1250%)
Mutual labels:  crypto
cryptosub
Track 170+ cryptocurrency subreddits, view most popular coins, activity trends, most frequent words, and more
Stars: ✭ 37 (+164.29%)
Mutual labels:  crypto

CryptoLogos

What is CryptoLogos ?

When you work with Web3 and blockchain's explorers, the only way to precisely identify a token is by its contract address.

I created CryptoLogos because I couldn't find any useful library of logos easily and programmatically reachable by contract addresses.

With CryptoLogos, you can grab logos of many crypto tokens directly from their explorer, and then use them easily with their contract addresses !

Where are the logos ?

Example

Problem:

I need to display the DAI logo of the polygon blockchain and I know the contract address is: 0x8f3cf7ad23cd3cadbd9735aff958023239c6a063

Solution:

I build the URL with the chain name and the contract address: raw.githubusercontent.com/dorianbayart/CryptoLogos/main/dist/[chain]/[contract address].png

Result:

DAI Logo

How to run commands ?

npm install
npm run start:chain

where chain can be one of those parameters:

  • ethereum
  • polygon
  • bsc
  • fantom
  • all

Supported blockchains

Why do I have errors ?

A lot of errors are due to the anti-DDOS of Cloudflare, wich prevents bots to send many requests.

You can run the same command again to resume, already downloaded logos will be bypassed.

TODO

  • Add the possibility to download only one logo - with a new command line
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].