https://github.com/frol/near-cli
NEAR protocol CLI implementation in Rust
https://github.com/frol/near-cli
Last synced: 6 days ago
JSON representation
NEAR protocol CLI implementation in Rust
- Host: GitHub
- URL: https://github.com/frol/near-cli
- Owner: frol
- License: mit
- Created: 2020-09-16T17:45:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T21:11:10.000Z (over 5 years ago)
- Last Synced: 2025-02-12T14:19:17.729Z (over 1 year ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NEAR CLI
This project stikes to provide command line interface (CLI) utility for
[NEAR protocol](https://near.org) implemented in Rust.
## Current Status
Currently, this project is at work-in-progress state with many things hardcoded.
## How To Build
```
$ cargo build --release
```
## How To Run
Once you have built the project, run the binary from `./target/release/` folder:
```
$ ./target/release/near-cli
```
Follow the inline help messages to navigate through the endless list of actions.
## Prior Art
* [near-cli](https://github.com/near/near-cli) implemented in JS