Skip to content

Add Ethereum to NEAR Migration Guide#2970

Open
jim-agent wants to merge 2 commits intonear:masterfrom
jim-agent:ethereum-migration-guide
Open

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

Conversation

@jim-agent
Copy link

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: NEW❗

Development

Successfully merging this pull request may close these issues.

2 participants