solana-program-library/token/README.md

11 lines
304 B
Markdown
Raw Normal View History

2020-05-29 15:00:47 -07:00
# Token program
2020-07-28 11:00:37 -07:00
A Fungible Token program on the Solana blockchain.
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
2020-07-28 11:00:37 -07:00
Full documentation is available at https://spl.solana.com
2020-07-28 16:33:34 -07:00
Javascript binding are available in the `./js` directory.