Skip to content

RapidsOfficial/Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explorer

This repository contains explorer built for Rapids from scratch.

Installation guide

  1. Set up and configure Rapids 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 sync
$ sudo systemctl enable sync
  1. Enjoy :)

Made with ❤️ by Volbil