Skip to content

finesse-fingers/ethereum-transaction-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum transaction search

Search the transactions associated with an ethereum address given a block number. The solution is deployed to https://ethereum-transaction-search.azurewebsites.net

Dependencies

  • Dotnet Core 3.1
  • Blazor

Running locally

git clone https://github.com/bkot88/ethereum-transaction-search
cd ethereum-transaction-search/src/WebApp
dotnet run

The server should start on http://localhost:8080. Navigate to the address with your browser to interact with the app.