Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 832 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 832 Bytes

Biomes AW

A Biome Is a Playful Sandbox. Deploy Smart Contracts to Create Games on Top of It. This repo hosts the contracts for the sandbox.

Running

pnpm run dev

Installation

  1. Make sure sure you have:
  1. 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.
  1. git checkout fork-changes
  2. In our mud fork, run pnpm install (to install all dependencies)
  3. In our mud fork, run pnpm build (to build all packages)
  4. pnpm install