Skip to content

feat: support mainnet in addition to testnet #4

Description

@Hollujay

Summary

The tool targets testnet. Anyone wanting to inspect a real production contract
before interacting with it — arguably the higher-value case, since that's where
mistakes cost money — has no path.

Acceptance Criteria

  • Add a network selector (testnet / mainnet) in the UI
  • Network choice drives the RPC endpoint and network passphrase together,
    so they can never mismatch
  • Persist the selection across reloads
  • Make the active network unmistakable in the UI — a user must never think
    they're simulating against mainnet when they're on testnet, or vice versa
  • Document the mainnet RPC default in .env.example

Tech Stack

TypeScript, React

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions