solana-program-library/token/cli
Harsh Ghodkar f7d4ebecc6
added a flag to check if the recipient address is correct (#3085)
* added a flag to check if the recipient address is correct

* small fix

* Made the changes of adding the check to a suggested block

* updating from base

* was able to clear merge conflicts

* added a couple tests

* better names for tests

* done with fixes

* cargo fmt
2022-04-21 21:53:30 +02:00
..
src added a flag to check if the recipient address is correct (#3085) 2022-04-21 21:53:30 +02:00
Cargo.toml token-cli: Add tests for all cases from docs (#3070) 2022-04-15 21:51:16 +02:00
README.md Add spl-token documentation 2020-08-10 12:49:28 -07:00
build.rs token-cli: Add tests for all cases from docs (#3070) 2022-04-15 21:51:16 +02: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