Skip to content

platform-list 1.2.83

Install from the command line:
Learn more about npm packages
$ npm install @jup-ag/platform-list@1.2.83
Install via package.json:
"@jup-ag/platform-list": "1.2.83"

About this version

@jup-ag/platform-list

A comprehensive registry of platforms in the Solana ecosystem. This package provides structured platform data including metadata, links, token(s) information, smart contracts and services.

Installation

npm install @jup-ag/platform-list
# or
yarn add @jup-ag/platform-list

Usage

Get platforms locally

import { platforms } from "@jup-ag/platform-list";

console.log(platforms);

Get platforms dynamically

import { fetchPlatforms } from "@jup-ag/platform-list";

fetchPlatforms()
  .then((fetchedPlatforms) => {
    console.log(fetchedPlatforms);
  })
  .catch((error) => {
    console.error("Error fetching platforms:", error);
  });

Contributing

We welcome contributions from the community! If you want to add a new platform, smart contract, or service to the registry, please read our Contributing Guide.

Quick Start for Contributors

  1. Fork the repository
  2. Create a platform file in src/platforms/yourplatform.ts
  3. Add a 400x400 .webp image in img/yourplatform.webp
  4. Follow the rules:
    • Platform IDs must be lowercase
    • Images must be .webp format, 400x400 pixels
  5. Submit a Pull Request

See CONTRIBUTING.md for detailed instructions and examples.

Publishing

To publish a new version:

npm run format
npm run build:index
npm run commit:index
npm version patch
git push origin main --tags

# or
npm version patch && git push origin main --tags

Details


Assets

  • platform-list-1.2.83.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0