solana-program-library/token
Tyera Eulberg cc8826ac70
token-2022: plumb program_id through instruction builders (#2792)
* Plumb program_id into ix builders

* Don't unwrap extension instructions
2022-01-24 14:14:21 -07:00
..
cli Bump solana crates to v1.9.5 (#2780) 2022-01-21 22:52:10 -07: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 token-2022: plumb program_id through instruction builders (#2792) 2022-01-24 14:14:21 -07:00
rust token-2022: plumb program_id through instruction builders (#2792) 2022-01-24 14:14:21 -07: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.