near-cli-rs
NEAR CLI
near-cli is your human-friendly companion that helps to interact with NEAR Protocol from command line.
Just run near-cli and let it guide you through!
Install
Download pre-compiled version of near-cli for your OS from the Releases page or install it with cargo if you have Rust installed on your computer:
$ cargo install near-cli-rs
Here is the expected output when you run it:
$ near-cli ? What are you up to? (select one of the options with the up-down arrows on your keyboard and press Enter) > account - Manage accounts tokens - Manage token assets such as NEAR, FT, NFT contract - Manage smart-contracts: deploy code, call functions transaction - Operate transactions config - Manage connections in a configuration file (config.toml) [↑↓ to move, enter to select, type to filter]
or, install the most recent version from git repository:
$ cargo install --git https://github.com/near/near-cli-rs