* token-cli: Add transfer fee to create-token * Add `expected-fee` arg to transfer * Add withdraw-withheld-tokens implementation * Add optional `Harvest` call while closing account * Add `set-transfer-fee` command * Fix rebase issues |
||
---|---|---|
.. | ||
cli | ||
client | ||
js | ||
program | ||
program-2022 | ||
program-2022-test | ||
zk-token-protocol-paper | ||
.gitignore | ||
README.md | ||
twoxtx-setup.sh | ||
twoxtx.patch |
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.