solana-program-library/token/cli
Jon Cinque aef1e239b3
token: Add SyncNative instruction (program, CLI, JS) (#2091)
* Add SyncNative to program

* Add CLI support

* Add JS bindings

* Fix syncNative test to not run for existing token program

* Combine checks
2021-07-19 21:50:42 +02:00
..
src token: Add SyncNative instruction (program, CLI, JS) (#2091) 2021-07-19 21:50:42 +02:00
Cargo.toml token-cli: Bump version to 2.0.13 2021-07-13 00:37:26 -06: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