Skip to the content.

EVA Project

Ethereum Verification Address Project

Simple project that verifies the validity of an Ethereum address.
The project consists of two parts, the frontend, a single page application (SPA) written in Reactjs, and the backend API server written in NodeJS/Express.
The project uses Web3js util to check if the ethereum address is valid.

 


 

:rocket: How to test

See the content of .env.example and create an .env file.
And then:

docker-compose up

Open your browser

http://localhost

ENJOY :smile: