Example Web app using Glaze libraries.
- Install dependencies using
yarn install
- Start a local Ceramic node using
yarn ceramic
- Publish the model to your Ceramic node with
yarn publish-model
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
Runs the create-model.mjs
script.
This is only needed to make changes to the model used by the app.
A hex-encoded 32-byte SEED
environment variable must be present to create a key DID for the model when running the script.
Apache-2.0 OR MIT