npm install --location=global @ceramicnetwork/cli
npm install --location=global @composedb/cli
npx @ceramicnetwork/cli daemon
After the frist time launched daemon, you should stop it manully and edit your own daemon.config.json
# Generate private key
composedb did:generate-private-key
export CERAMIC_PRIVATE_KEY=<your private key>
# Generate DID
composedb did:from-private-key your-private-key
cd ~/.ceramic
vim daemon.config.json
# put your did in "admin-dids"
# Restart ceramic
ceramic daemon --network=inmemory/testnet-clay/mainnet
composedb composite:create helix-bridge-multi-sig-schema.graphql --output=helix-composite.json --did-private-key=YOUR KEY MATCHES ADMIN DIDS
composedb composite:deploy helix-composite.json --ceramic-url=http://localhost:7007 --did-private-key=$YOUR_PRIVATE_KEY