Running a Ceramic testnet node
To run the ceramic node on localhost:7007, please run ceramic-one & ceramic daemon in the testnet-clay network:
Running ceramic-one daemon
ceramic-one daemon --network=testnet-clay
Note: Some users may need to append npx to run their daemons:
npx ceramic-one daemon --network=testnet-clay
Last updated