This repository contains explorer built for Rapids from scratch.
-
Set up and configure Rapids node.
-
Create virtual enviroment and install dependencies from requirements.txt file.
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
-
Copy example config from docs folder and fill proper details.
-
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
- Enjoy :)
Made with ❤️ by Volbil