solana-program-library/token
samkim-crypto 50abadd819
token-2022: integrate memo into confidential extension (#3587)
* resolve conflict

* add test for confidential extension with memo

* add test for confidential transfer with memo

* change proof instruction order for memo

* resolve conflict

* minor

* rename new_with_memo to new_with_required_memo_transfers

* fix failing tests due to rebase

* fix failing tests due to rebase
2022-09-26 12:27:44 +09:00
..
cli token-cli: constrain program id input 2022-09-21 10:37:53 -07:00
client token-cli: test --immutable, final cleanups 2022-09-21 10:37:53 -07:00
js organize imports, lint 2022-09-12 18:39:51 -05:00
program clippy: Deny integer arithmetic, add allows where needed (#3606) 2022-09-15 13:16:53 +02:00
program-2022 token-2022: integrate memo into confidential extension (#3587) 2022-09-26 12:27:44 +09:00
program-2022-test token-2022: integrate memo into confidential extension (#3587) 2022-09-26 12:27:44 +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: Re-enable twotx job (#3553) 2022-08-31 01:41:05 +02: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.