@exodus/ton-meta
v2.1.0
Published
Ton constants, icons, colors and other metadata
Readme
@exodus/ton-meta · 
The ton-meta package provides a collection of metadata for Ton blockchain assets. 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/ton-metaUsage
Below is an example of how to import and use the metadata:
import assetList from '@exodus/ton-meta'
const tonAsset = assetList.find((asset) => asset.name === 'ton')
console.log(tonAsset)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.
