Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.15 KB

altlayer_guide.md

File metadata and controls

13 lines (7 loc) · 1.15 KB

AltLayer Deployment Guide

Before running a community round on AltLayer, prepare and commit the following file:

  1. eth/darkforest.<network>.toml is configured based on template eth/darkforest.toml, especially on TOKEN_MINT_END_TIMESTAMP, WORLD_RADIUS_MIN, TIME_FACTOR_HUNDREDTHS.

  2. Create in eth directory an .env following .env.example example.

  3. Create in client directory an .env following .env.example example.

  4. Update packages/constants/src/index.ts the BLOCK_EXPLORER_URL to point to our own block explorer.

  5. Update the game landing page information and text at client/src/Frontend/Pages/LandingPage.tsx