solana-program-library/token
Jon Cinque 1970356887
token-js: Version bump to 0.3.0 (#3448)
* token-js: Bump version 0.3.0 for release

* Improve README with support info
2022-08-09 18:54:46 +02:00
..
cli token-cli: Clone signers (#3290) 2022-08-08 23:40:08 +02:00
client token/ata: Bump versions to 3.4.0 and 1.1.0, respectively (#3427) 2022-08-04 01:03:04 +02:00
js token-js: Version bump to 0.3.0 (#3448) 2022-08-09 18:54:46 +02:00
program Bump token to v3.5.0 and ata to v1.1.1 (#3430) 2022-08-04 01:09:38 -06:00
program-2022 Bump token to v3.5.0 and ata to v1.1.1 (#3430) 2022-08-04 01:09:38 -06:00
program-2022-test token/ata: Bump versions to 3.4.0 and 1.1.0, respectively (#3427) 2022-08-04 01:03:04 +02: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: Separate twoxtx build step, match Rust version (#3422) 2022-08-03 19:53:35 +02:00
twoxtx.patch Accommodate upstream web3.js changes in twotx patch (#3140) 2022-05-04 17:32:51 -06: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.