Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frol/near-cli
NEAR protocol CLI implementation in Rust
https://github.com/frol/near-cli
Last synced: 14 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T21:11:10.000Z (about 4 years ago)
- Last Synced: 2024-11-01T01:42:13.285Z (2 months 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