https://github.com/ceramicstudio/glaze-demo-app
Example Web app using Glaze packages
https://github.com/ceramicstudio/glaze-demo-app
ceramic glaze idx web3
Last synced: about 1 year ago
JSON representation
Example Web app using Glaze packages
- Host: GitHub
- URL: https://github.com/ceramicstudio/glaze-demo-app
- Owner: ceramicstudio
- License: other
- Created: 2020-11-10T17:50:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T23:23:47.000Z (about 4 years ago)
- Last Synced: 2025-04-07T23:51:10.095Z (about 1 year ago)
- Topics: ceramic, glaze, idx, web3
- Language: TypeScript
- Homepage: https://developers.ceramic.network/tools/glaze/overview/
- Size: 14.7 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Glaze demo app
Example Web app using [Glaze libraries](https://developers.ceramic.network/tools/glaze/overview/).
## Setup
1. Install dependencies using `yarn install`
1. Start a local Ceramic node using `yarn ceramic`
1. 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](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