alexcambose / address-info

Retrieve information about the assets and token transfers associated with an Ethereum address

Home Page:https://address-info.alexcambose.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AddressInfo

This is a simple Next.js application that allows users to enter an Ethereum address and retrieve information about the assets and token transfers associated with that address. It leverages the Ethereum blockchain and some popular APIs to provide users with valuable insights into an Ethereum address.

Features

  • Ethereum Address Input: Users can enter an Ethereum address they want to explore.
  • Asset Details: The app fetches and displays information about the assets (ETH and ERC-20 tokens) held by the provided address.
  • Token Transfer History: Users can view the history of token transfers in and out of the address.

Getting Started

Follow these steps to run the AddressInfo locally on your machine:

npm install
npm run dev

About

Retrieve information about the assets and token transfers associated with an Ethereum address

https://address-info.alexcambose.com/

License:MIT License


Languages

Language:TypeScript 77.5%Language:CSS 21.7%Language:JavaScript 0.7%