Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aurora-is-near/near-burrow
- Owner: aurora-is-near
- License: cc0-1.0
- Created: 2024-04-25T03:32:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T12:42:49.000Z (8 months ago)
- Last Synced: 2024-05-02T08:15:37.670Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```