Skip to content

Drock91/SimpleMultichainDisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Simple Multichain Wallet Viewer

A minimalist Node.js + EJS web app that lets users enter an XRP or EVM-compatible address to view:

  • βœ… Native token balances across Ethereum, Polygon, Arbitrum, Optimism, Avalanche, Moonbeam, and Fantom
  • βœ… Axelar-wrapped token balances (AXL, axlUSDC, axlTIA)
  • βœ… XRP trustline tokens
  • βœ… XRP NFTs (XLS-20 standard)

Built for coders, blockchain dabblers, and multichain explorers.


πŸš€ How It Works

  1. Users enter an XRP and/or EVM address.
  2. The app queries balances across multiple chains via:
    • ethers.js for EVM networks
    • xrpl.js for XRP Ledger (trustlines + NFTs)
  3. Everything is rendered dynamically with EJS templates.

πŸ’» Installation

git clone git@github.com:Drock91/SimpleMultichainDisplay.git
cd SimpleMultichainDisplay
npm install

▢️ Running the App

bash node app.js Then open: http://localhost:3000

🌐 Networks Queried EVM Native Networks:

Ethereum Mainnet

Polygon

Arbitrum One

Optimism

Avalanche C-Chain

Moonbeam

Fantom Opera

Axelar Tokens Queried:

AXL (Ethereum, Polygon)

axlUSDC (Polygon)

axlTIA (Ethereum)

XRP Ledger:

XRP balance

Trustline tokens

XLS-20 NFTs

About

A simple display that uses the XRPL and the ethereum/polygon network to view wallet addresses. Can be used in local host.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors