Skip to content

ceramicstudio/glaze-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e139b47 · Nov 9, 2021

History

14 Commits
Nov 1, 2021
Sep 13, 2021
Oct 8, 2021
Nov 9, 2021
Jan 15, 2021
Dec 7, 2020
Dec 7, 2020
Oct 8, 2021
Nov 9, 2021
Dec 18, 2020
Sep 13, 2021
Nov 9, 2021

Repository files navigation

Glaze demo app

Example Web app using Glaze libraries.

Setup

  1. Install dependencies using yarn install
  2. Start a local Ceramic node using yarn ceramic
  3. Publish the model to your Ceramic node with yarn publish-model

Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.

yarn create-model

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.

License

Apache-2.0 OR MIT