Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 851 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 851 Bytes

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