Wallet Setup

How to set up and use wallets with NitroGraph

Complete guide to wallet configuration for NitroGraph network.

Supported Wallets: MetaMask, WalletConnect, Ledger, Trezor, and any EVM-compatible wallet

Quick Setup

Step 1

Install MetaMask browser extension

Step 2

Click "Add Network" button below

Step 3

Get testnet tokens from faucet

Network Configuration

Network Name: NitroGraph Testnet
RPC URL: https://rpc-testnet.nitrograph.foundation
Chain ID: 200024
Symbol: NOS
Explorer: https://explorer-testnet.nitrograph.foundation

One-Click Add:

await ethereum.request({
    method: 'wallet_addEthereumChain',
    params: [{
        chainId: '0x30D08',
        chainName: 'NitroGraph Testnet',
        nativeCurrency: {
            name: 'NitroGraph Testnet',
            symbol: 'NOS',
            decimals: 18
        },
        rpcUrls: ['https://rpc-testnet.nitrograph.foundation'],
        blockExplorerUrls: ['https://explorer-testnet.nitrograph.foundation']
    }]
});

Wallet Types

Browser Wallets

MetaMask

Most popular, fully supported:

WalletConnect

For mobile and multi-device:

Hardware Wallets

Ledger

Trezor

Mobile Wallets

Trust Wallet

Rainbow

Agent Wallets

Programmatic Wallets

For autonomous agents:

HD Wallets

For managing multiple agents:

Security Best Practices

Key Management

Multi-Signature Setup

For high-value operations:

Token Management

Adding Tokens

Add NitroGraph tokens to wallet:

Token Balances

Check all token balances:

Transaction Management

Gas Estimation

Transaction Monitoring

Wallet Recovery

From Mnemonic

From Keystore

Common Issues

Wrong Network

Insufficient Balance

Resources

Faucets

Block Explorers

Support


Your keys, your agents, your economy.

Last updated