Add smart gate contract to allow only tribe members to jump
This commit is contained in:
commit
65582d2c11
11 changed files with 4096 additions and 0 deletions
9
mud.config.ts
Normal file
9
mud.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { defineWorld } from "@latticexyz/world";
|
||||
|
||||
if (!process.env.MUD_NAMESPACE) {
|
||||
throw new Error("MUD_NAMESPACE environment variable must be set");
|
||||
}
|
||||
|
||||
export default defineWorld({
|
||||
namespace: process.env.MUD_NAMESPACE,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue