Followed https://developers.ceramic.network/tools/glaze/example/ with the goal of writing ceramic datamodel creation scripts that I could use with tools I usually use to build web apps: yarn + typescript
WARNING this code doesn't work. I need to fix some ts-related issues
How to clone and urn
git clone git@github.com:pawartur/ceramic-create-datamodel.git
cd ceramic-create-datamodel
yarn install
ceramic daemon
- Open another terminal
glaze did:create
- Create the
.env
file and put theseed
hash from the output of 6 asDID_KEY
var yarn tsc
node ./bin/create-model.js
node ./bin/run.js