Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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