0.4.6 • Published 17 days ago

@solana/spl-token v0.4.6

Weekly downloads
916
License
Apache-2.0
Repository
github
Last release
17 days ago

@solana/spl-token

A TypeScript library for interacting with the SPL Token and Token-2022 programs.

Links

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.

No export named Token

Please see upgrading from 0.1.x.

Install

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

OR

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

Build from Source

  1. Prerequisites
  • Node 16+
  • PNPM

If you have Node 16+, you can activate PNPM with Corepack.

  1. Clone the project:
git clone https://github.com/solana-labs/solana-program-library.git
  1. Navigate to the root of the repository:
cd solana-program-library
  1. Install the dependencies:
pnpm install
  1. Build the libraries in the repository:
pnpm run build
  1. Navigate to the SPL Token library:
cd token/js
  1. Build the on-chain programs:
pnpm run test:build-programs
  1. Run the tests:
pnpm run test
  1. Run the example:
pnpm run example

Upgrading

Upgrading from 0.2.0

There are no breaking changes from 0.2.0, only new functionality for Token-2022.

Upgrading from 0.1.x

When upgrading from spl-token 0.1.x, you may see the following error in your code:

import {TOKEN_PROGRAM_ID, Token, AccountLayout} from '@solana/spl-token';
                          ^^^^^
SyntaxError: The requested module '@solana/spl-token' does not provide an export named 'Token'

The @solana/spl-token library as of version 0.2.0 does not have the Token class. Instead the actions are split up and exported separately.

To use the old version, install it with:

npm install @solana/spl-token@0.1.8

Otherwise you can find documentation on how to use new versions on the SPL docs or Solana Cookbook.

@banditbadgod/react@alebusse/account-lib@layerzerolabs/lz-solana-sdk-v2@thorswap-lib/xchain-solana@kin-kinetic/sdk@kin-kinetic/solana@rocketsauce/transmuter-ts@elemfi/sdkdivvy-sdk@coral-xyz/common@ledgerhq/live-commonbonfida-botclaim-nft-libdvst-ts@project-dvst/dvst-client@project-dvst/dvst@dvstllc/ardata-client@friktion-labs/friktion-tsldrn-sdk@phantasia/metaplex-js@lifitest/sdk@castlefinance/jet-engine-fork@steakwallet/chains@currie0612/crema-sdktest-staking-tspyth-staking-tsdracula-game-sdk@superstream/coreone-usd-sdk@dicksonp/mercurial-sdk@mogami/sdk@mogami/solana@cardinal/namespace-components@monacoprotocol/clientparasol-finance-sdkrainfi-cli-test@flxxyz-foundation/js@rinswend/nirvanasdk@dao-xyz/sdk-stake-poolsolana-token-clientsolana-web3solana-course-clienttest-new-r-sdktest-t-r-stest-rrr-sdk@solcial/solana-client@solcial/vesting@infinitebrahmanuniverse/nolb-_sol@crossmint/mpl-bubblegum@sonarwatch/solana-transaction-parser@unloc-dev/raydium-sdk@unloc-dev/unloc-loan-solita@unloc-dev/unloc-sdk@unloc-dev/unloc-sdk-liqudity-mining@unloc-dev/unloc-sdk-loan@unloc-dev/unloc-staking-solita@unloc-dev/unloc-voting-solita@zclubweb3/zclub-solanaput-sdktest-r-sdktest-raydium-sdk-v2everwave-clieverwave-sdksolax-faucetsolax-sdksolax-spl-faucetsolax-spl-utilsplayer2-solana-sdk@everything-registry/sub-chunk-850@keval6706/common@triadxyz/firethree-protocol@atom-meta-space/ax-bank@triadxyz/triad-protocol@firethreexyz/rabbit@zetamarkets/zeta-stakingvalhalla-sdkgfx-perp-sdkggsdk-candy-shop-sdkgib-escrow-jsgoosefx-ssl-sdkgoosefx-ssl-sdk-prismgoosefx-stake-rewards-sdkgoblingold-sdkgrape-art-listing-requestglaicon-nft-packsglitter-bridge-sdk-devglitter-bridge-sdk-web-devglitter-bridge-solanaglitter-bridge-solana-devglitter-sdk-corefsl-js-sdkgasless-sdk-renecgatekeeper-solgameblix-sdkgameblix-sdk-devformfunction-program-shared-testfrancium-sdkfrakt-clientfrakt-launchpd-libraryfraktionalizer-client-library
0.4.5

17 days ago

0.4.4

17 days ago

0.4.6

17 days ago

0.4.3

1 month ago

0.4.2

1 month ago

0.4.1

2 months ago

0.4.0

3 months ago

0.3.11

4 months ago

0.3.10

4 months ago

0.3.9

6 months ago

0.3.8

11 months ago

0.3.7

1 year ago

0.3.6

2 years ago

0.3.4-alpha.0

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.0

2 years ago

0.3.1

2 years ago

0.2.0-alpha.2

2 years ago

0.2.0

2 years ago

0.2.0-alpha.0

2 years ago

0.2.0-alpha.1

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago