A command line interface that allows you to interact with the Ceramic protocol.
To install the ceramic cli globally you can run:
$ npm install -g @ceramicnetwork/cli
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
We are happy to accept small and large contributions. Make sure to check out the Ceramic specifications for details of how the protocol works.