solana-program-library/token
Victor Pontis 801b4e59f8 Update comment on state.rs regarding is_native
I was confused when reading this comment and had to read the code to realize that the comment isn't a typo. 

(Btw, let me know if this kind of small changes are helpful or not 👍.)
2021-11-28 20:39:45 -08: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 token-js: Add test for disabling mint authority (#2582) 2021-11-15 18:56:23 +01:00
program Update comment on state.rs regarding is_native 2021-11-28 20:39:45 -08:00
program-2022 token: Transition perf-monitor to solana-program-test (#2586) 2021-11-16 23:15:45 +01: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.