Raiden Network
  • What is Raiden?
  • Installation
    • Quick Start
      • Get MetaMask
      • Get an Infura ID
      • Download and run the Raiden Wizard
      • Handle Limitations
    • Starting Raiden Manually
  • Using Raiden on Mainnet
    • Overview
    • Get Whitelisted Tokens
    • Deposit Tokens to the UDC
    • Open a Channel
    • Make a Payment
    • Deposit Tokens
    • View Channel Status
    • Mediation Fees
  • The Raiden Web Interface
    • Overview
    • Navigate the WebUI
    • Join a Token Network
    • Make a Payment
    • Add More Tokens
    • Settle Payments and Close Channels
  • Using Raiden on testnet
    • Quick Start on Görli Testnet
    • Use Custom Token
      • Get Goerli Testnet ETH (GÖETH)
      • Import Custom Token
      • Compile Imported Token Code
      • Deploy Custom Token
  • Raiden API
    • Introduction
    • Resources
      • Address
      • Version
      • Settings
      • Contracts Information
      • Tokens
      • Channels
      • Payments
      • Connections
      • Pending Transfers
      • Shutdown
      • Testing
    • API Tutorial
      • Create a Token Network
      • Open a Channel
      • Deposit Tokens
      • Make a Payment
      • Withdraw Tokens
      • Settle Payments and Close Channels
  • Other
    • Safe Usage
    • Known Issues
    • Glossary
    • v1.0 Documentation
    • Trademark Attributions
Powered by GitBook
On this page

Was this helpful?

  1. Installation
  2. Quick Start

Get an Infura ID

The Raiden Wizard sets up a Raiden node on top of Infura. Your project ID is used to authenticate your access to Infura.

PreviousGet MetaMaskNextDownload and run the Raiden Wizard

Last updated 4 years ago

Was this helpful?

Why do I need Infura?

The Raiden Wizard aims to make installing Raiden as easy as possible. By using Infura you don't have to worry about layer 1, that is running your own synced Ethereum node. You can simply access all testnets and the Ethereum mainnet through the API endpoints provided by Infura.

To get an Infura project ID:

  1. Visit and sign up for a new account.

  2. Create a new project.

  3. View your project and you'll find the project ID under the KEYS tab.

infura.io
How to get an Infura project ID