solana-program-library/token
dboures 49c53ad653
token-js: Add sync version of getAssociatedTokenAddress (#3171)
* token-js: Bump web3.js dependency to 1.41.0

* token-js: Add sync version of getAssociatedTokenAddress

* token-js: add test for getAssociatedTokenAddressSync

* Update lockfile

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
2022-05-17 00:30:31 +02:00
..
cli Bump token-2022 (#3113) 2022-04-26 12:15:26 -06:00
client Rename encryption pubkey (#3147) 2022-05-08 12:51:18 +09:00
js token-js: Add sync version of getAssociatedTokenAddress (#3171) 2022-05-17 00:30:31 +02:00
program Bump token-2022 (#3113) 2022-04-26 12:15:26 -06:00
program-2022 Rename encryption pubkey (#3147) 2022-05-08 12:51:18 +09:00
program-2022-test Rename encryption pubkey (#3147) 2022-05-08 12:51:18 +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 Add temporary twoxtx feature for ConfidentialTransfer extension unit testing 2022-02-28 09:34:23 -08: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.