This document is a quick start for launching a Ceramic node. It is recommended that node operators read the full documentation at developers.ceramic.network
- Node
v20
- npm
v10
npm install -g @ceramicnetwork/cli
This command will start a local JS Ceramic node connected to the Clay Testnet at https://localhost:7007
ceramic daemon
The default configuration file is located at
$HOME/.ceramic/daemon.config.json
For more information about the configuration options see Server Configurations
For an example how to run in the cloud using Digital Ocean and Kubernetes see Running in the Cloud or refer to the SimpleDeploy example ansible scripts.
See ComposeDB on Ceramic for a guide on how to build interoperable applications on Ceramic using ComposeDB.