Socket
Book a DemoInstallSign in
Socket

@exodus/solana-meta

Package Overview
Dependencies
Maintainers
102
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/solana-meta

Solana constants, icons, colors and other metadata

2.5.0
Source
npmnpm
Version published
Weekly downloads
4.4K
-26.91%
Maintainers
102
Weekly downloads
 
Created
Source

@exodus/solana-meta · npm version

The solana-meta package provides a collection of metadata for Solana blockchain assets, including the native SOL asset and a set of built-in tokens. This metadata includes visual elements (such as logos, primary colors, and gradient schemes), display names, tickers, blockchain explorer URLs, and descriptive information.

Installation

Install the package via yarn:

yarn add @exodus/solana-meta

Usage

Below is an example of how to import and use the metadata:

import assetList from '@exodus/solana-meta'

// Example: Get metadata for a specific asset (Solana or some SPL built-in token)
const solanaAsset = assetList.find((asset) => asset.name === 'solana')

console.log(solanaAsset)

// Output:
// {
//   name: 'Solana',
//   ticker: 'SOL',
//   displayTicker: 'SOL',
//   blockExplorer: 'https://explorer.solana.com',
//   description: 'Solana is a high-performance blockchain supporting builders around the world creating crypto apps that scale today.'
//   units: { ... }
//   ...
// }

You can use this metadata to display asset information in your application, such as logos, colors, and explorer URLs.

License

This project is licensed under the MIT License.
You are free to use, modify, and distribute this software under the terms of the MIT License. For more details, see the LICENSE file.

FAQs

Package last updated on 08 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.