Skip to content

pf55351/eva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

 


 

🚀 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 😄