Followed the tutorial from https://developers.ceramic.network/tools/glaze/example/
How to clone and run:
git clone git@github.com:pawartur/ceramic-simplenote-datamodel-scripts.git
cd ceramic-simplenote-datamodel-scripts
npm install
ceramic daemon
- Open another terminal and go to
ceramic-simplenote-datamodel-scripts
dir again glaze did:create
- Get the
seed
output from the previous step and set it asDID_KEY
environmental variable node src/create-model.mjs
node --experimental-json-modules src/run.mjs
- If you see the note objects logged in the console, all is good :)