#token #create #solana #spl #2022

spl-token-2022

Solana Program Library Token 2022

26 releases (7 major breaking)

new 7.0.0 Jan 17, 2025
6.0.0 Nov 1, 2024
5.0.2 Sep 3, 2024
4.0.1 Jul 19, 2024
0.2.0 Mar 10, 2022

#2 in #2022

Download history 39363/week @ 2024-09-28 41720/week @ 2024-10-05 49297/week @ 2024-10-12 49119/week @ 2024-10-19 58024/week @ 2024-10-26 60629/week @ 2024-11-02 51974/week @ 2024-11-09 54264/week @ 2024-11-16 52705/week @ 2024-11-23 68512/week @ 2024-11-30 68370/week @ 2024-12-07 57553/week @ 2024-12-14 35120/week @ 2024-12-21 39229/week @ 2024-12-28 68613/week @ 2025-01-04 65263/week @ 2025-01-11

216,878 downloads per month
Used in 674 crates (64 directly)

Apache-2.0

1MB
23K SLoC

Token-2022 program

A token program on the Solana blockchain, usable for fungible and non-fungible tokens.

This program provides an interface and implementation that third parties can utilize to create and use their tokens.

Full documentation is available at https://spl.solana.com/token-2022

Audit

The repository README contains information about program audits.


lib.rs:

An ERC20-like Token program for the Solana blockchain

Dependencies

~17–26MB
~392K SLoC