solana-program-library/token
Jon Cinque d50f2745f8
token-cli: Support transfer fee extension (#3792)
* 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
2022-11-11 19:16:51 +01:00
..
cli token-cli: Support transfer fee extension (#3792) 2022-11-11 19:16:51 +01:00
client token-cli: Support transfer fee extension (#3792) 2022-11-11 19:16:51 +01:00
js token-js: Bump version to 0.3.6 for release (#3778) 2022-10-28 18:24:00 -04:00
program token: Fix some spelling mistakes (#3777) 2022-10-28 18:03:20 -04:00
program-2022 temporarily disable fees for downstream ci (#3798) 2022-11-07 11:17:31 +00:00
program-2022-test Disable confidential transfer tests (#3786) 2022-10-31 11:53:12 +09:00
zk-token-protocol-paper Add zktoken paper 2022-02-22 12:22:48 -07:00
.gitignore Add temporary twoxtx feature for ConfidentialTransfer extension unit testing 2022-02-28 09:34:23 -08:00
README.md token: Bump C bindings (#2109) 2021-07-19 23:57:26 +00:00
twoxtx-setup.sh ci: Re-enable twotx job (#3553) 2022-08-31 01:41:05 +02:00
twoxtx.patch ci: Update twotx.patch to apply properly (#3748) 2022-10-24 20:58:47 -04:00

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.