* 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 |
||
---|---|---|
.. | ||
cli | ||
client | ||
js | ||
program | ||
program-2022 | ||
program-2022-test | ||
zk-token-protocol-paper | ||
.gitignore | ||
README.md | ||
twoxtx-setup.sh | ||
twoxtx.patch |
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.