solana-program-library/token/cli
Justin Malčić cc2739fce1
token-cli: Clone signers (#3290)
* Switch to Arc

* Add temporary structs

To be removed upon upstream changes

* Get multisig signers earlier

* Build SignerFromPathConfig with multisig pubkeys

* Get default signer and address

* Store default signer and address

* Use stored default address

* Use stored default signer

* Avoid rereading signer for fee payer

* Clean up use statements

* Rename to ArcSigner

* Remove default_keypair

* Remove default_address

* Add comment for temporary newtype

* Refactor config

* Create config from args in tests

* Remove unused params

* Fix clippy warnings

* Fix rustfmt warnings

* Fix clippy warnings

* Move imports
2022-08-08 23:40:08 +02:00
..
src token-cli: Clone signers (#3290) 2022-08-08 23:40:08 +02:00
tests token-cli: Move cmd test into a separate file (#3306) 2022-07-01 19:41:27 -04:00
Cargo.toml Bump token to v3.5.0 and ata to v1.1.1 (#3430) 2022-08-04 01:09:38 -06:00
README.md Add spl-token documentation 2020-08-10 12:49:28 -07:00
build.rs token-cli: Make BPF program builds in build.rs dependent on env var (#3362) 2022-07-22 09:30:30 +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