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
- Host: GitHub
- URL: https://github.com/tuler/cartesi-rollups-explorer-cli
- Owner: tuler
- License: apache-2.0
- Created: 2025-07-08T21:11:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T21:37:14.000Z (11 months ago)
- Last Synced: 2025-07-08T22:30:06.630Z (11 months ago)
- Language: TypeScript
- Size: 1.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```

## 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).