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

https://github.com/tuler/cartesi-rollups-explorer-cli

Cartesi Rollups Explorer CLI
https://github.com/tuler/cartesi-rollups-explorer-cli

Last synced: 5 months ago
JSON representation

Cartesi Rollups Explorer CLI

Awesome Lists containing this project

README

          

# @tuler/cartesi-rollups-explorer-cli

CLI tool to browse data from Cartesi Rollups RPC.

## Run

```shell
npx @tuler/cartesi-rollups-explorer-cli
```

![Demo of the CLI in action](demo.gif)

## Install

```bash
$ npm install --global @tuler/cartesi-rollups-explorer-cli
```

## CLI

```
$ cartesi-rollups-explorer-cli --help

Usage: cli [options] [rpc-url]

A CLI for Cartesi Rollups RPC

Arguments:
rpc-url JSON-RPC endpoint (default: "http://127.0.0.1:6751/rpc")

Options:
-h, --help display help for command
```

## Build

```shell
pnpm i
pnpm run build
```

## License

Licensed under [Apache-2](./LICENSE).