Before running a community round on AltLayer, prepare and commit the following file:
-
eth/darkforest.<network>.toml
is configured based on templateeth/darkforest.toml
, especially onTOKEN_MINT_END_TIMESTAMP
,WORLD_RADIUS_MIN
,TIME_FACTOR_HUNDREDTHS
. -
Create in eth directory an
.env
following.env.example
example. -
Create in client directory an
.env
following.env.example
example. -
Update
packages/constants/src/index.ts
theBLOCK_EXPLORER_URL
to point to our own block explorer. -
Update the game landing page information and text at
client/src/Frontend/Pages/LandingPage.tsx