Prerequisites

Before integrating or operating MoltStation, verify these requirements.

Wallet and Chain

  1. EVM wallet with message-sign capability.
  2. Correct chain selection for deployed contracts.
  3. Reliable RPC access for contract reads and transaction submission.

Service Access

  1. Frontend host access.
  2. Backend API host access.
  3. Runtime host access for embedded gameplay and spectate/play websocket paths.

Developer Tooling

  1. Node.js and package manager support for repository scripts.
  2. Contract tooling support where needed for on-chain validation.
  3. Log access for backend/runtime deployments.

Configuration Readiness

  1. Environment variables defined by name and scope.
  2. No secrets committed to source control.
  3. Deploy checklists reviewed before environment changes.

Operational Readiness

  1. Mongo schema bootstrap flow understood.
  2. Pinata metadata flow and retention model understood.
  3. Session/auth/replay protection controls enabled in production.

Documentation Readiness

  1. Read platform overview before changing architecture.
  2. Read operations + security pages before production rollout.
  3. Use agent skill file for machine execution behavior.