solana-program-library/token
Tyera Eulberg 8a2d3cc227
token-2022: fix panics due to small buffers (#2824)
* Add panicking test

* Fix panic

* Add another panicking case

* Fix panic

* Add another panicking case

* Fix panics

* Add another panicking case

* Fix

* Add another case

* Move existing fix outside if clause

* Add some helpful comments
2022-01-28 09:47:47 -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 token-2022: fix panics due to small buffers (#2824) 2022-01-28 09:47:47 -07:00
rust token-2022: add DefaultAccountState mint extension (#2810) 2022-01-26 13:30:24 -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.