docs: Ethereum/ETC to RustChain Migration Guide#18
Closed
zp6 wants to merge 5 commits into
Closed
Conversation
- Real-time network stats (TPS, blocks, transactions, nodes, validators, staked) - Node status grid with region, version, peers, latency, uptime - Epoch progress bar with timing details - Top validators leaderboard with stake, uptime, commission - TPS history chart (last 60 epochs) - Network statistics (supply, inflation, block time, skip rate) - Auto-refresh every 15 seconds with countdown - Dark theme, responsive design - Self-contained single HTML file
- Remove all trailing whitespace (lines 311, 315, 319, 323, 327, 331) - Replace incorrect EVM/PoS/PoA claims with accurate RIP-200 Proof-of-Antiquity protocol - Fix 'no mining reward' claim: RustChain has 1.5 RTC per epoch for active miners - Remove unreachable DNS endpoints (rpc.rustchain.io etc) - use actual node URL 50.28.86.131 - Add hardware attestation details, miner setup instructions - Update FAQ to reflect real RustChain protocol - Address all CHANGES_REQUESTED items from review under Bounty Scottcjn#73
Use https://rustchain.org in all SDK/API/configuration examples instead of https://50.28.86.131 which causes certificate verification failures in normal HTTPS clients (Python, JS, etc). Raw IP can still be used with curl -sk for diagnostics, but production configurations should use the valid hostname. Fixes strongkeep-debug review on Scottcjn#9558.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Comprehensive migration guide for developers transitioning from Ethereum or Ethereum Classic to RustChain.
Contents