fhEVM
WebsiteLibrariesProduct & ServicesDevelopersSupport
0.4
0.4
  • Welcome to fhEVM
  • Getting Started
    • What is fhEVM
    • Connecting to Zama Devnet
    • Using Zama Faucet
    • Local dev node
    • Whitepaper
  • Fundamentals
    • Write contract
      • Using Hardhat
      • Using Remix
      • Other development environment
    • Use encrypted types
    • Operations on encrypted types
    • Branching in FHE
    • Decrypt and reencrypt
    • Generate random number
    • Contracts standard library
  • Guides
    • Gas estimation
    • Common pitfalls and best practises
    • How can I break a loop ?
    • Encrypt an input
    • Reencryption
    • Use the CLI
    • Build a web application
    • Build with Node
    • Common webpack errors
  • Tutorials
    • See all tutorials
    • Write confidential smart contract with fhEVM
  • References
    • API Function specifications
    • Repositories
  • Developer
    • Contributing
    • Development roadmap
    • Release note
    • Feature request
    • Bug report
Powered by GitBook

Libraries

  • TFHE-rs
  • Concrete
  • Concrete ML
  • fhEVM

Developers

  • Blog
  • Documentation
  • Github
  • FHE resources

Company

  • About
  • Introduction to FHE
  • Media
  • Careers
On this page

Was this helpful?

Export as PDF
  1. Getting Started

Connecting to Zama Devnet

PreviousWhat is fhEVMNextUsing Zama Faucet

Last updated 1 year ago

Was this helpful?

Here are the main steps from the provided by Metamask:

Add these information to access to blockchain

Fields
Value

Network Name

Zama Network

New RPC URL

https://devnet.zama.ai

Chain ID

8009

Currency symbol

ZAMA

Block explorer URL (Optional)

https://main.explorer.zama.ai

Fields
Value

Network Name

Zama Local

New RPC URL

http://localhost:8545/

Chain ID

9000

Currency symbol

ZAMA

Block explorer URL (Optional)

official guide
From the homepage of your wallet, click on the network selector in the top left, and then on 'Add network'
MetaMask will open in a new tab in fullscreen mode. From here, find and the 'Add network manually' button at the bottom of the network list.
Choose the Zama Devnet
How to add network from popup
How to add network
How to select correct network on Metamask