solana-program-library/token
Tyera Eulberg 8eaaafed54
Refactor TestContext to enable unwrap_err (#2805)
2022-01-25 13:45:53 -07:00
..
cli Drop _program_id 2022-01-24 17:41:47 -08:00
js Migrate to @solana/buffer-layout (#2624) 2021-12-09 16:26:14 +01:00
program Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -07:00
program-2022 Refactor TestContext to enable unwrap_err (#2805) 2022-01-25 13:45:53 -07:00
rust Drop _program_id 2022-01-24 17:41:47 -08:00
ts alpha version bump 2022-01-22 00:29:56 -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.