latticexyz / mud

MUD is a framework for building autonomous worlds

Home Page:https://mud.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add base `MudScript` to inherit from

holic opened this issue · comments

the base script could do things we tend to always do

  • read world address from env or worlds.json (based on chain ID)
  • read deployer PK from env
  • set store address

similar to #1755 (comment)