#token #create #solana #spl #2022

spl-token-2022

Solana Program Library Token 2022

26 releases (7 major breaking)

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

#4 in #spl

Download history 58872/week @ 2024-10-30 53378/week @ 2024-11-06 55254/week @ 2024-11-13 58133/week @ 2024-11-20 54592/week @ 2024-11-27 69593/week @ 2024-12-04 64605/week @ 2024-12-11 51294/week @ 2024-12-18 31755/week @ 2024-12-25 51868/week @ 2025-01-01 71460/week @ 2025-01-08 80435/week @ 2025-01-15 89781/week @ 2025-01-22 111436/week @ 2025-01-29 111136/week @ 2025-02-05 80068/week @ 2025-02-12

405,475 downloads per month
Used in 661 crates (68 directly)

Apache-2.0

1MB
25K 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

~14–24MB
~331K SLoC