1. 1. Ethereum to NEAR
  2. 2. Rust Smart Contract
  3. 3. Play with NEAR CLI
  4. 4. Powerful Account Model
  5. 5. Hiding the Blockchain
  6. 6. Storage
  7. 7. Wallet
  8. 8. Fungible Token
  9. 9. Non-Fungible Token
  10. 10. Game
  11. 11. RPC
  12. 12. Indexer
  13. 13. Aurora
  14. 14. Localization
  15. 15. Security

NEAR Cookbook

Aurora

Introduction to Aurora

  • Aurora Home
  • Aurora Docs
  • Aurora launches on NEAR Protocol (中文版)

Design & Discussion

  • ETH as base token
  • EVM runtime

Dev Docs

  • Aurora Dev Docs
  • Aurora Introduction
  • Examples
    • Deployment with MetaMask and Remix
    • Deployment with Truffle

Tooling

  • Aurora CLI
  • NEAR Web3 Provider
  • aurora.js
  • Aurora Relayer

Rainbow Bridge

Frontend

  • MainNet
  • TestNet

Design

  • ETH-NEAR Rainbow Bridge (中文版)
  • How the NEAR Rainbow Bridge works
  • Light Client Spec
  • Bridge Upgradability and Governance

Repositories

  • Bridge core infrastructure: relays, clients, provers, watchdog
  • Bridge frontend and bridge client
  • ERC20 / NEP141 token connector
  • CLI scripts for transfers of ERC20 / NEP141 over the bridge

Community

  • Bridging Guild

Contract

  • Rainbow Bridge Contracts