2.38.0 • Published 1 year ago

@cambrianprotocol/cli v2.38.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Ceramic CLI

ceramicnetwork MIT license npm.io Twitter

A command line interface that allows you to interact with the Ceramic protocol.

Getting started

Installation

To install the ceramic cli globally you can run:

$ npm install -g @ceramicnetwork/cli

Usage

See the Ceramic developer site for more details about how to use this package.

To get an overview of the available commands run:

$ ceramic -h

To start an instance of the Ceramic daemon, make sure you have ipfs running locally and execute:

$ ceramic daemon

Contributing

We are happy to accept small and large contributions. Make sure to check out the Ceramic specifications for details of how the protocol works.

License