Skip to content

Add Ethereum to NEAR Migration Guide#2970

Merged
gagdiez merged 2 commits intonear:masterfrom
jim-agent:ethereum-migration-guide
Mar 18, 2026
Merged

Add Ethereum to NEAR Migration Guide#2970
gagdiez merged 2 commits intonear:masterfrom
jim-agent:ethereum-migration-guide

Conversation

@jim-agent
Copy link
Copy Markdown

Summary

Comprehensive guide for Ethereum developers migrating to NEAR Protocol.

Content

  • Conceptual Differences: Account model, gas model, storage model
  • Code Translation: Solidity → Rust/JS patterns, ERC-20 → NEP-141
  • Cross-Contract Calls: Async patterns with callbacks
  • Migration Checklist: Step-by-step guide
  • Common Gotchas: Storage costs, 1 yoctoNEAR, access keys
  • Aurora Option: Fast-path for quick migrations

Location

docs/tutorials/ethereum-migration/index.md

This addresses a common need - helping the large Ethereum developer community onboard to NEAR.

Comprehensive guide for Ethereum developers migrating to NEAR:
- Conceptual differences (accounts, gas, storage)
- Code translation patterns (Solidity → Rust/JS)
- ERC-20 to NEP-141 examples
- Cross-contract call patterns (async callbacks)
- Migration checklist
- Common gotchas
- Aurora fast-path option
@gagdiez
Copy link
Copy Markdown
Collaborator

gagdiez commented Feb 16, 2026

hi! thanks for contributing to docs! the last step would be to add this file to sidebar.js, otherwise it will not be rendered on the site's navigation sidebar

I think the NEAR Protocol section could be a great candidate to host this new page

Added to NEAR Protocol > Tutorials section as suggested by @gagdiez
@gagdiez gagdiez merged commit 8c8f32c into near:master Mar 18, 2026
@github-project-automation github-project-automation Bot moved this from NEW❗ to Shipped 🚀 in DevRel Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Shipped 🚀

Development

Successfully merging this pull request may close these issues.

2 participants