Developer Resources
Block ExplorerGitHubRun a NodeMigration GuideETN Testnet Faucet
  • Overview
  • Foundational topics
    • Intro to the Electroneum Smart Chain
    • Intro to ETN
    • Intro to dapps
    • Web2 vs Web3
    • Accounts
    • Transactions
    • Blocks
    • Electroneum Virtual Machine (EVM)
      • Opcodes
    • Gas and Fees
    • Nodes and clients
    • Networks
    • Consensus mechanisms
      • IBFT
  • Electroneum Stack
    • Intro to the stack
    • Smart contracts
    • Development networks
    • Development frameworks
    • Electroneum client APIs
      • JavaScript APIs
      • JSON-RPC
    • Storage
    • Integrated Development Environments (IDEs)
    • Metamask
    • Rabby Wallet
    • Trust Wallet
  • Advanced
    • Bridges
    • Standards
      • Token standards
        • ERC-20 Fungible Tokens
        • ERC-721 NFTs
    • Oracles
    • Networking layer
      • Network addresses
    • Data structures and encoding
      • Patricia Merkle Trie
      • Recursive-length prefix (RLP)
      • Web3 secret storage definition
  • Design fundamentals
    • Intro to design and UX
  • ETN-SC Client
    • Getting started
      • Introduction
      • Hardware requirements
      • Instaling ETN-SC
    • Fundamentals
      • Command-line options
      • Security
      • Sync-modes
      • Account management
      • Databases
      • Backup & restore
      • Logs
      • Connecting to peers
      • Pruning
      • Private networks
      • Config files
      • Light client
    • Interacting with ETN-SC
      • JSON-RPC Server
        • Batch requests
        • Real-time events
      • JSON-RPC Namespaces
        • admin
        • clique
        • debug
        • eth
        • istanbul
        • les
        • miner
        • net
        • personal
        • txpool
      • JS Console
      • JS Console 2: Contracts
      • GraphQL Server
    • Developers
      • Introduction
      • Dapp developers
        • Dev mode
        • Go API
        • Go Account Management
        • Go Contract Bindings
      • EVM tracing
        • Introduction
        • Basic traces
        • Built-in tracers
        • Custom EVM tracer
        • Tutorial for JavaScript tracing
      • ETN-SC developer
        • Developer guide
        • Disclosures
        • DNS discovery setup guide
        • Code review guidelines
      • Contributing
    • Monitoring
      • Creating Dashboards
      • Understanding Dashboards
      • Ethstats
      • Metrics
    • Tools
      • Clef
        • Introduction
        • APIs
        • Rules
        • Setup
        • Datatypes
        • Tutorial
        • Clique-signing
      • abigen
      • devp2p
    • FAQs
  • Migration to Smart Chain
    • Overview
    • How to Migrate
      • ETN Online Wallets
      • Paper Wallets
      • CLI Wallet Users
      • Exchange Holders
      • Exchanges
    • Bridge Smart Contract
  • Misc. Guides
    • Set up Ledger + Metamask
  • MY.ELECTRONEUM.COM
    • Vendor API
Powered by GitBook
On this page
  • 🧭 Prerequisites
  • 🔗 What You'll Need: Electroneum Smart Chain Network Details
  • 🧩 Step-by-Step: Adding Electroneum Smart Chain as a custom network
  • Switch to the Electroneum Smart Chain Network

Was this helpful?

  1. Electroneum Stack

Trust Wallet

🧭 Prerequisites

  • Trust Wallet installed in your browser (e.g., Chrome or Brave)

  • Basic familiarity with using MetaMask-style wallets


🔗 What You'll Need: Electroneum Smart Chain Network Details

You'll need the Electroneum Smart Chain custom network parameters. These are:

Network Name: Electroneum Mainnet
RPC URL: https://rpc.ankr.com/electroneum
Chain ID: 52014
Currency Symbol: ETN
Block Explorer URL: https://explorer.electroneum.com

🧩 Step-by-Step: Adding Electroneum Smart Chain as a custom network

1. Open Trust Wallet

Click the Trust Wallet extension icon in your browser toolbar.

2. Open the Chain Management Interface

  • In Trust Wallet, click the Settings menu at the bottom menu bar.

  • Click on the Network button.

  • Click on the Add Custom Network button at the bottom.

3. Fill in the Electroneum Smart Chain details

  • Fill in the network details mentioned above.

  • Once that's filled in, click Add Custom Network

Switch to the Electroneum Smart Chain Network

Once added, Trust Wallet will show the Electroneum Smart Chain in your network list.

  • Select it from the dropdown to switch to it.

  • You can now interact with dApps or tokens on Electroneum Smart Chain.

PreviousRabby WalletNextBridges

Last updated 1 day ago

Was this helpful?