🧩 2. Wallet Setup Guide

This section explains how to create and manage wallets on Renergy Blockchain, using both command-line tools and graphical wallets.


🔐 Command-Line Wallet (CLI)

Renergy provides a built-in CLI wallet for advanced users, validators, and developers who prefer full control.

➕ Step 1: Create a New Wallet

Generate a new wallet (private & public key pair):

renergyd keys add <wallet_name>
  • Replace <wallet_name> with a name of your choice

  • You’ll be asked to set a strong password to encrypt the key


📋 Step 2: View Stored Wallets

To list all wallet keys saved locally:

renergyd keys list

This command displays wallet names along with their addresses.


♻️ Step 3: Restore a Wallet Using Seed Phrase

If you already have a mnemonic phrase, recover your wallet:

renergyd keys add <wallet_name> --recover

Enter your seed phrase carefully when prompted.


🆔 Step 4: Display Wallet Address

To retrieve the public address of a wallet:


🗑️ Step 5: Remove a Wallet (Optional)

Delete a wallet key from your local machine:


🔒 Best Practices

  • Always store your seed phrase offline and securely

  • Never share private keys or passwords

  • Run CLI commands only on trusted systems

  • For transactions, reference wallets using --from <wallet_name>


🦊 Graphical Wallet: Using MetaMask

What is MetaMask?

MetaMask is a widely used Web3 wallet that runs as a browser extension. It allows users to manage assets and interact with EVM-compatible blockchains through a simple interface. Since Renergy supports EVM compatibility, MetaMask can be used seamlessly.


How MetaMask Works with Renergy

  • 🌐 Connect to the Renergy EVM network manually

  • 💰 Send, receive, and manage RNGY tokens

  • 🧩 Interact with EVM-based dApps built on Renergy


🛠️ Adding Renergy Network to MetaMask

  1. Install MetaMask (Chrome, Firefox, Brave, or Edge)

  2. Open MetaMask and select Add Network

  3. Enter the following network details:

  1. Save and switch to the Renergy network

  2. Import an existing wallet or create a new one

You’re now ready to use Renergy with MetaMask.


⭐ Why Use MetaMask with Renergy?

  • Clean, beginner-friendly interface

  • Manage multiple networks in one wallet

  • Smooth interaction with EVM-based dApps

  • Trusted and widely adopted across Web3


🛡️ Security Reminders

  • Only use verified RPC endpoints

  • Never share your recovery phrase

  • Double-check URLs before connecting to dApps

  • Avoid signing transactions you don’t understand

Last updated