Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 939 Bytes

File metadata and controls

22 lines (15 loc) · 939 Bytes

Contributing

This documentation is built from live testing against the Verus daemon. Contributions that improve accuracy are welcome.

How to help

  • Report errors. If a parameter description, example, or behavior doesn't match what you observe on mainnet or testnet, open an issue.
  • Add nuance. If a page is technically correct but missing important context, edge cases, or practical guidance, open an issue or PR.
  • Verify claims. Pages note when behavior was confirmed on vrsctest. If you can verify (or contradict) something on mainnet, that's valuable.

Opening an issue

Include:

  • Which page and section
  • What's wrong or missing
  • What you observed (daemon version, chain, command, output)

Pull requests

  • Keep changes focused — one fix or addition per PR
  • Note how you verified the change (e.g., "tested on vrsctest at block 990000")
  • Don't restructure pages or directories without discussion first