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

https://github.com/chainbound/cbctl

CLI tool for interacting with the Chainbound backend
https://github.com/chainbound/cbctl

Last synced: about 1 year ago
JSON representation

CLI tool for interacting with the Chainbound backend

Awesome Lists containing this project

README

          

# `cbctl`

`cbctl` is a CLI tool for interacting with the Chainbound backend.

## Installation

With Go:

```bash
go install github.com/chainbound/cbctl@latest
```

## Usage

First, initialize `cbctl` with your API key. This will write a config file to `~/.config/cbctl/config.toml`:

```bash
cbctl init --key
```

### Fiber Commands

The `fiber` subcommand let's you interact with the Fiber backend.

- `cbctl fiber quota`

Gets your quota for the current billing period.

- `cbctl fiber trace tx --hash `

Gets the trace for a transaction. Run `cbctl fiber trace tx --help` for more info.

- `cbctl fiber trace block --hash ` or `cbctl fiber trace block --number `

Gets a block trace. Run `cbctl fiber trace block --help` for more info.

- `cbctl fiber trace blob --commitment `

Gets a blob trace. Run `cbctl fiber trace blob --help` for more info.