The Ethereum Blockchain Transaction Parser is a service that allows querying transactions for subscribed address.
-
Download Go
-
Install dependencies:
go mod download
-
Run the application:
go run app/main.go
Note: The documentation requires authentication. Use the following credentials:
Username: user1 Password: password1
The application is deployed on render.com by Rebecca, and the live documentation can be found at the URL provided above.