solana-program-library/token
Alisamar Husain b39efe8fb8
token-cli: Fix unexpected behavior when closing a wrapped SOL account with another wrapped SOL account as recipient (#3278)
* Check if recipient is a wrapped account

* Make clippy and fmt happy

* Avoided mutable, more functional clarity

* Add test for closing wrapped sol account

* wrap the default account

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>

* Fix formatting and failing tests

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
2022-07-17 16:50:39 +02:00
..
cli token-cli: Fix unexpected behavior when closing a wrapped SOL account with another wrapped SOL account as recipient (#3278) 2022-07-17 16:50:39 +02:00
client Adjust confidential token rust client for offline signing (#3347) 2022-07-16 05:34:19 +09:00
js token-js: Throw if using token-2022 instructions with tokenkeg (#3296) 2022-06-29 13:39:30 -04:00
program Update Solana crates to 1.10.29 (#3303) 2022-07-01 16:51:01 -04:00
program-2022 token-2022: Bump version for 0.4.1 release (#3328) 2022-07-09 01:02:49 +02:00
program-2022-test Adjust confidential token rust client for offline signing (#3347) 2022-07-16 05:34:19 +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.