Fractal
  • Overview
  • Basics
    • Architecture
  • Key Concepts
    • Fractal Confluence: The EVM Layer
    • The Confluence Bridge
    • Fractal Spring: The UTXO Layer
      • Concepts
      • Technical Specifications
    • Staking
      • Overview
      • EVM Staking
        • UTXO Staking and EVM Staking
      • Consensus
      • Rewards
      • Penalties
  • Developers
    • Acquire Testnet FRA
    • EVM Tools & Tutorials
      • Contract Deployment
        • Ganache
        • Hardhat
        • Remix
        • Truffle
        • Waffle
      • The Graph
    • Developer SDKs
      • UTXO Native Chain SDK
        • Fractal Spring (UTXO Layer) SDK Installation
        • Developer Tools
          • Fractal CLI Tool
        • UTXO API Reference
          • Account
          • Keypair
          • Network
          • Asset
          • Staking
          • Transaction
          • Helpers
      • The Confluence Bridge SDK
    • EVM References
      • Metamask
      • Local Development Network Setup
      • EVM API Reference
      • Precompiled Contracts
  • Network Settings
    • Contract Addresses
    • Network Settings
  • User Guides
    • Fractal Wallet Guides
      • MetaMask
        • Download
        • Configure (Auto)
        • Configure (Manual)
      • Fractal Wallet
        • Download
        • New Wallet
        • Transfer Tokens in the Fractal Wallet
        • The Confluence Bridge
        • Adding Custom Assets to the Fractal Wallet
        • Manage Assets
      • Ledger Hardware Wallet
    • Acquire FRA
    • Explore Testnet
    • Acquire FRA (Testnet)
    • Stake FRA
    • How to Use Block Explorers
    • Bridging Tokens to Fractal
  • Validator Materials
    • Validator Setup Guides
      • System Requirements
      • Acquire a Server
      • Validator Toolbox Setup
        • New Build
        • Existing Build
        • Additional Info
      • Manual Setup
      • Automated Setup (Deprecated)
    • Upgrade Guides
      • Node Upgrade (Toolbox)
      • Node Upgrade (Manual)
      • fn CLI Upgrade (Wallet)
    • Operational Guides
      • Emergency Recovery
      • Data Backup
      • CLI Staking
Powered by GitBook
On this page
  1. Developers
  2. EVM References

Metamask

PreviousEVM ReferencesNextLocal Development Network Setup

Last updated 1 year ago

Setting up MetaMaks for development work on Fractal is similar to any other EVM network. Simply take the network details as shown and make use of them as Metamask requires. Let's jump right in!

The first step is to install Metamask from .

Next up, click on the bar that would typically show your last connected network.

You should get a drop-down and a button that shows "Add Network". Click on that and a new tab will open where you can place Fractal's network configurations.

Next, configure Metamask to connect to the Fractal Confluence network (the EVM layer).

For example, if you would like to connect to the Anvil testnet, in the Network Name input field, copy and paste this.

Anvil

In the New RPC URL input field, copy and place this in

https://prod-testnet.prod.findora.org:8545

Just below in the Chain ID input field, copy and place this

2153

Beside the Chain ID, Currency Symbol is

FRA

And at the end is the Block Explorer URL. Please place this in

https://testnet-anvil.evm.findorascan.io

After everything, you should see this screen

Click on the 'Save' button and you should have a screen like this and be ready to go!

here
metamask.io