Skip to content

nur1labs/Minetok-Explorer

Repository files navigation

Explorer

This repository contains explorer built for MuBdI from scratch.

Installation guide

  1. Set up and configure MuBdI node.

  2. Create virtual enviroment and install dependencies from requirements.txt file.

$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
  1. Copy example config from docs folder and fill proper details.

  2. Set up systemd services using example explorer and sync services from docs folder.

Setup sync.service:

$ sudo nano /etc/systemd/system/sync.service
$ sudo systemctl start sync
$ sudo systemctl enable sync

Setup explorer.service:

$ sudo nano /etc/systemd/system/explorer.service
$ sudo systemctl start explorer
$ sudo systemctl enable explorer
  1. Enjoy :)

Made with ❤️ by Cluster

installation of python https://cloudinfrastructureservices.co.uk/how-to-install-python-3-in-debian-11-10/

About

Explorer Of MineTok

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published