Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aurora-is-near/near-burrow

Near CLI extension for interacting with Burrow
https://github.com/aurora-is-near/near-burrow

Last synced: 10 days ago
JSON representation

Near CLI extension for interacting with Burrow

Awesome Lists containing this project

README

        

# near-burrow

Near CLI extension for interacting with Burrow

## Installation

Visit [Releases page](https://github.com/aurora-is-near/near-burrow/releases/) to see the latest updates.

Install prebuilt binaries via shell script (macOS, Linux, WSL)

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/aurora-is-near/near-burrow/main/scripts/install.sh | sh
```

Compile and install from the source code (Cargo)

Install the most recent version from git repository:

```bash
cargo install --git https://github.com/aurora-is-near/near-burrow
```