Skip to content

An application in Go (Golang) that allows users to view Ethereum blockchain transaction data associated with a specific wallet address W they input, starting from block B

Notifications You must be signed in to change notification settings

Jetlum/Ethereum-Transactions-and-NFT-Transfers-Crawler-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Transactions and NFT Transfers Crawler

This project is a simple API that allows users to view Ethereum blockchain transaction data and NFT transfer events associated with a specific wallet address.

Installation

  1. Install Go: https://golang.org/doc/install
  2. Clone this repository: git clone https://github.com/yourusername/yourrepository.git
  3. Navigate to the project directory: cd yourrepository
  4. Install the dependencies: go get

Usage

  1. Start the server: go run main.go
  2. Open a web browser and navigate to http://localhost:8080/transactions?address=youraddress&startBlock=yourstartblock to view transaction data, or http://localhost:8080/nft-transfers?address=youraddress&contractAddress=yourcontractaddress&startBlock=yourstartblock to view NFT transfer events.

About

An application in Go (Golang) that allows users to view Ethereum blockchain transaction data associated with a specific wallet address W they input, starting from block B

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published