solana-program-library/token
Jordan Sexton 0db9c3dc00 fix decoded type 2021-12-27 20:03:13 -06:00
..
cli spl-token: provide more useful output when using create-token with the output option and small redesign of token cli architecture (#2593) 2021-11-24 12:08:46 -07:00
js Migrate to @solana/buffer-layout (#2624) 2021-12-09 16:26:14 +01:00
program Increase compute max units due to changes in handling of memory ops (#2653) 2021-12-20 15:29:36 -08:00
program-2022 Increase compute max units in program-2022 assert_instruction_count (#2655) 2021-12-21 10:59:44 -08:00
rust Add token/rust: spl-token-api (#2102) 2021-12-21 12:16:20 -07:00
ts fix decoded type 2021-12-27 20:03:13 -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.