A Biome Is a Playful Sandbox. Deploy Smart Contracts to Create Games on Top of It. This repo hosts the contracts for the sandbox.
pnpm run dev
- Make sure sure you have:
- Clone our mud fork at https://github.com/tenetxyz/mud and place it in the same directory as this directory:
development/
biomes-contracts/
mud/
- Note: We've forked MUD so we can modify some of the packages. This repo depends on our fork of MUD.
git checkout fork-changes
- In our mud fork, run
pnpm install
(to install all dependencies) - In our mud fork, run
pnpm build
(to build all packages) pnpm install