|
||
---|---|---|
.. | ||
cli | ||
client | ||
js | ||
js-old | ||
program | ||
program-2022 | ||
program-2022-test | ||
README.md |
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.