* 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> |
||
---|---|---|
.. | ||
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.