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

https://github.com/hsanjuan/caribdis

CARibdis swallows IPLD CAR files and does things with them.
https://github.com/hsanjuan/caribdis

car ipfs ipld

Last synced: 6 months ago
JSON representation

CARibdis swallows IPLD CAR files and does things with them.

Awesome Lists containing this project

README

          

# CARibdis

logo

CARibdis swallows IPLD CAR files and does things with them.

This project is named after https://en.wikipedia.org/wiki/Charybdis ("Caribdis" in Spanish).

## Install

```
go install github.com/hsanjuan/caribdis@latest
```

## Usage

```
$ caribdis --help
NAME:
caribdis - CAR files passing by will be swallowed

USAGE:
caribdis [global options] [subcommand]...

DESCRIPTION:

caribdis is a command-line tool to work with CAR files.

COMMANDS:
cat Concatenate CAR files
ls List blocks or roots in CAR files
roots List roots in CAR files
...
...
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help
```