solana-program-library/token/README.md

11 lines
346 B
Markdown
Raw Normal View History

2020-05-29 15:00:47 -07:00
# Token program
2020-09-17 09:25:41 -07:00
A token program on the Solana blockchain, usable for fungible and non-fungible tokens.
2020-05-29 15:00:47 -07:00
2020-07-28 11:00:37 -07:00
This program provides an interface and implementation that third parties can
utilize to create and use their tokens.
2020-05-29 15:00:47 -07:00
Full documentation is available at https://spl.solana.com/token
2020-07-28 11:00:37 -07:00
2020-09-09 16:57:30 -07:00
JavaScript binding are available in the `./js` directory.