Setting Up Ceramic CLI
Note - Follow 2c - Installation Using Javascript Package Managers.
To interact with our API, you'll need to set up Ceramic. This method allows you to install and configure Ceramic using npm or yarn, with more hands-on steps. If you’ve used the Wheel installation, you can skip this section.
Install and start the ceramic-one
binary
ceramic-one is an extension of Ceramic that simplifies interaction with Ceramic protocols. To install ceramic-one:
Install the component using Homebrew:
brew install ceramicnetwork/tap/ceramic-one
Start the
ceramic-one
using the following command:
ceramic-one daemon
* note
By default, the command above will spin off a node which connects to a testnet-clay
network. You can change this behaviour by providing a --network
flag and specifying a network of your choice. For example:
ceramic-one daemon --network testnet-clay
Resources:
Last updated