shendel / ethereum-lite-explorer-back

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%