11 lines
304 B
Markdown
11 lines
304 B
Markdown
# Token program
|
|
|
|
A Fungible Token program on the Solana blockchain.
|
|
|
|
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
|
|
|
|
Javascript binding are available in the `./js` directory.
|