Skip to content

How to Help

Eternix is still early, and help is welcome.

You do not need to be a blockchain protocol expert to contribute. Some of the most useful help right now is in areas like documentation, testing, tooling, and design review.

The protocol already has substantial written specifications, but the public docs need to become:

  • easier to navigate
  • easier for newcomers to understand
  • clearer about the relationship between concepts
  • more welcoming to developers and contributors

Useful docs contributions include:

  • rewriting sections for clarity
  • identifying unexplained assumptions
  • turning specification language into user-facing explanations
  • correcting inconsistencies
  • writing beginner-friendly pages

Eternix needs wallet software that supports its native transaction and token model.

Near-term work may include:

  • a simple command-line wallet
  • address and key handling
  • balance lookup
  • transaction sending
  • Eternix-specific token and fee behavior

The node implementation needs robust online connectivity.

Helpful areas include:

  • peer discovery
  • peer lifecycle management
  • message propagation
  • invalid peer handling
  • early testnet networking architecture

Eternix aims to preserve compatibility with Ethereum-oriented tooling where practical.

Current work includes:

  • MetaMask compatibility
  • RPC behavior
  • transaction status reporting
  • edge cases where Eternix behavior differs from Ethereum expectations

The Eternix design is unusual enough that adversarial review is valuable.

Good review contributions include:

  • identifying incentive problems
  • finding ambiguous specification wording
  • questioning fork-resolution edge cases
  • attacking PoAsh assumptions
  • analyzing fee, burn-offset, or validator behavior

You can contribute by:

  • opening an issue
  • fixing a typo
  • improving a docs page
  • asking a question that reveals a gap
  • reporting confusing behavior
  • suggesting an attack scenario
  • submitting a small pull request

Small contributions are still real contributions.

Eternix is early. Some systems are still changing, and not every interface is stable.

That is exactly why feedback is useful now.

If something is confusing, underspecified, or looks fragile, that is worth reporting.