solana-program-library/token/cli
Paul 7393f1de43
spl-token: provide more useful output when using create-token with the output option and small redesign of token cli architecture (#2593)
* spl-token: WIP

* Remove and_then, move tx handling in separate function- output handling still missing

* spl-token: add basic output handling for all calls, add detailed output to create-token

* spl-token: remove changes in bench that are not strictly necessary to remove # of files touched in this PR

* [spl-token] cli: HandleTxReturn is now TransactionReturnData

* [spl-token] cli: Make commands return output String that is printed in fn main()

* [spl-token] cli: remove old todos

* [spl-token] cli: only use no_wait arg in command_transfer and use constant for "create-token"
2021-11-24 12:08:46 -07:00
..
src spl-token: provide more useful output when using create-token with the output option and small redesign of token cli architecture (#2593) 2021-11-24 12:08:46 -07:00
Cargo.toml Upgrade to Solana v1.8.1 2021-10-20 22:52:19 -07:00
README.md Add spl-token documentation 2020-08-10 12:49:28 -07:00

README.md

SPL Token program command-line utility

A basic command-line for creating and using SPL Tokens. See https://spl.solana.com/token for more details