* Init spl-token-api * rename token/rust * add mint_to, transfer * add BoxFuture * fmt + Send + Sync * TokenBanksClient::new_from_client * add trait SendTransaction * deps * add enum for TokenBanksClient * update to 1.7.11 * fix Token::mint_to * fix transfer and add get_account_info * unstrict deps * add get_or_create_associated_account_info * add set_authority and split tests * set_authority for mint/account * re-export spl_token * add Token::new * update solana crates * remove comments * change generic names * change process_ixs method * add Token::get_mint_info * fix same mint tx * add Token::with_payer * fmt * TokenClient::send_transaction accept ref * rename Token* to Program* |
||
---|---|---|
.. | ||
cli | ||
js | ||
program | ||
program-2022 | ||
rust | ||
ts | ||
README.md |
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.