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.
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.
npm install --save @solana/spl-token-group @solana/web3.js@1
OR
yarn add @solana/spl-token-group @solana/web3.js@1
- Prerequisites
- Node 16+
- NPM 8+
- Clone the project:
git clone https://github.com/solana-labs/solana-program-library.git
- Navigate to the library:
cd solana-program-library/token-group/js
- Install the dependencies:
npm install
- Build the library:
npm run build
- Build the on-chain programs:
npm run test:build-programs