near CLI is your human-friendly companion that helps to interact with NEAR Protocol from command line.
Just run near
and let it guide you through!
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:
bash
$ cargo install near-cli-rs
Here is the expected output when you run it:
```bash $ near
? 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:
bash
$ cargo install --git https://github.com/near/near-cli-rs