solana-program-library/token
Michael Vines 7cc9bd7013 Move each extension into its own module 2022-01-06 09:41:06 -08:00
..
cli Update SDK to 1.9.2, fix warnings (#2674) 2021-12-28 23:02:47 -05:00
js Migrate to @solana/buffer-layout (#2624) 2021-12-09 16:26:14 +01:00
program token tests p1 (#2700) 2022-01-05 17:11:31 -05:00
program-2022 Move each extension into its own module 2022-01-06 09:41:06 -08:00
rust Update SDK to 1.9.2, fix warnings (#2674) 2021-12-28 23:02:47 -05:00
ts remove dist tag from package version 2021-12-27 20:09:33 -06:00
README.md token: Bump C bindings (#2109) 2021-07-19 23:57:26 +00:00

README.md

Token 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

JavaScript bindings are available in the ./js directory.