Skip to content

This project is an open-source block explorer on EVM chain. you can find backend code in this repository.

Notifications You must be signed in to change notification settings

Generation-Foundation/ethereum-lite-explorer-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-lite-explorer-backend

Description

This project is an open-source block explorer on EVM chain. If you follow this repository, you can run explorer in localhost. This repository provides backend code. This server uses a RESTful API to access the database and fetch data.

Getting Started

Installing

git clone https://github.com/Generation-Foundation/ethereum-lite-explorer-back.git
  • Create .env to update MySQL database settings.
DB_HOST="host"
DB_USER="user"
DB_PASSWORD="password"
DB_DATABASE="explorer_db"
  • Run it local with the following command
npm install --save
node server.js

Api Reference

This is GENERATION's rpc url api documentation. (API Docs)
Use your blockchain rpc url. Access the endpoint and check the data.

Contributors

Thanks goes to these wonderful people (emoji key):


Ben

🧑‍🏫 🤔 📆 💬

Danny

💻 🤔 🔣 📖 🚧

Developed

Developing by Generation Foundation

Our Services and Community

About

This project is an open-source block explorer on EVM chain. you can find backend code in this repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published