Official open source of Barreleye Blockchain scan.
with initial developer @Youngmin Kim, @Nayoung Kim
Table of Contents
-
Clone the Repository: Clone the code from barreleye core.
git clone https://github.com/barreleye-labs/barreleye.git
-
Set Go Version and Run Commands
- Set Go SDK to 1.22.0.
- Run the following commands in the cloned code directory to activate the server.
make barreleye
make nayoung
make youngmin
-
Navigate to Barreleyescan Code: Move to the project directory.
-
Set up Node.js and npm
- Set Node.js version to LTS.
- Install the necessary packages.
npm i
-
Run Development Server
npm run dev
Now your project should be up and running successfully. Happy coding! 🚀
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!