Skip to content

barreleye-labs/barreleyescan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

@Barreleye scan · npm

Official open source of Barreleye Blockchain scan.

with initial developer @Youngmin Kim, @Nayoung Kim


Table of Contents
  1. Server Configuration
  2. Frontend Configuration

한글로 보기

Project Setup Guide

Server Configuration

  1. Clone the Repository: Clone the code from barreleye core.

    git clone https://github.com/barreleye-labs/barreleye.git
  2. Set Go Version and Run Commands

    1. Set Go SDK to 1.22.0.
    2. Run the following commands in the cloned code directory to activate the server.

    make barreleye
    make nayoung
    make youngmin

Frontend Configuration

  1. Navigate to Barreleyescan Code: Move to the project directory.

  2. Set up Node.js and npm

    1. Set Node.js version to LTS.
    2. Install the necessary packages.

    npm i
  3. Run Development Server

    npm run dev

Now your project should be up and running successfully. Happy coding! 🚀

Where is the Core?

Issues

The project is now successfully running. Happy coding! 🚀

If you encounter any issues or have suggestions for improvement, please use the GitHub Issues tab.
Your feedback is invaluable in helping to enhance the project!