Build Rapidd

Follow this guide to install Rapidd and establish a connection with the Rapid Chain network.

Prerequisites

  • Verify that your hardware aligns with the System Configuration requirements.

  • Make certain that you've completed the Local Dependencies setup and installed all necessary dependencies.

Public RPC (EVM)

NetworkRPC UrlChain Id

rapid_9009-2

9009

rapid_1973-1

1973

Install Rapidd

Clone the latest version of the Rapid-Chain repository from our official Github account. Follow the Rapidd installation instructions to get the latest version compatible with the network you wish to join.

git clone https://github.com/RapidChainIO/Rapid-Chain
cd Rapid-Chain
make install

Last updated