Socket
Socket
Sign inDemoInstall

@solana/spl-token-group

Package Overview
Dependencies
65
Maintainers
15
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @solana/spl-token-group

SPL Token Group Interface JS API


Version published
Weekly downloads
35K
increased by14.42%
Maintainers
15
Created
Weekly downloads
 

Readme

Source

@solana/spl-token-group

A TypeScript interface describing the instructions required for a program to implement to be considered a "token-group" program for SPL token mints. The interface can be implemented by any program.

  • TypeScript Docs
  • FAQs (Frequently Asked Questions)
  • Install
  • Build from Source

FAQs

How can I get support?

Please ask questions in the Solana Stack Exchange: https://solana.stackexchange.com/

If you've found a bug or you'd like to request a feature, please open an issue.

Install

npm install --save @solana/spl-token-group @solana/web3.js

OR

yarn add @solana/spl-token-group @solana/web3.js

Build from Source

  1. Prerequisites
  • Node 16+
  • NPM 8+
  1. Clone the project:
git clone https://github.com/solana-labs/solana-program-library.git
  1. Navigate to the library:
cd solana-program-library/token-group/js
  1. Install the dependencies:
npm install
  1. Build the library:
npm run build
  1. Build the on-chain programs:
npm run test:build-programs

FAQs

Last updated on 19 Apr 2024

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc