Skip to content

VukasinStankovic/ethereum-crawler-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

This project requires Node.js and NPM to be installed on your machine. Please make sure you have them installed before proceeding.

Installation

To install the project dependencies, navigate to the project directory and run the following command:

npm install

This will download and install all the necessary packages required for the project.

Now create .env file in root project directory, and paste following code:

ALCHEMY_API_KEY = ENTER_YOUR_API_KEY

Now replace ENTER_YOUR_API_KEY with your Alchemy API key.

Running the Application

To run the application, navigate to the project directory and run the following command:

node app.js

This will start the server and the application will be accessible at localhost:8000. Open your web browser and type in localhost:8000 to access the application.

Web page should look like this:

EthereumTransactionCrawler page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published