Skip to content

Commit

Permalink
add callout for sync types
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt committed Sep 18, 2024
1 parent 03b7641 commit 9056439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pages/guides/hello-world/dozer.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import { CollapseCode } from "../../../components/CollapseCode";
import FilterTypes from "../../../components/common-text/FilterTypes.mdx";

# Add dozer hydration

<FilterTypes />

In this tutorial you learn how to add dozer hydration to an existing MUD application, such as the ones created by the template.
To avoid running dozer locally, we use a `World` on Garnet at address [`0x95F5d049B014114E2fEeB5d8d994358Ce4FFd06e`](https://explorer.garnetchain.com/address/0x95F5d049B014114E2fEeB5d8d994358Ce4FFd06e) that runs a slightly modified version of [the React template](https://github.com/latticexyz/mud/tree/main/templates/react).
You can see the data schema for the `World` [in the block explorer](https://explorer.garnetchain.com/address/0x95F5d049B014114E2fEeB5d8d994358Ce4FFd06e?tab=mud).
Expand Down

0 comments on commit 9056439

Please sign in to comment.