/cl-monero-explorer

Common Lisp GUIs to display some info about Monero blocks and transactions

Primary LanguageCommon LispGNU General Public License v3.0GPL-3.0

Monero explorer

The active repository is at https://codeberg.org/glv/cl-monero-explorer

This project contains several little GUIs to display some information about the Monero blocks and transactions. It requires a running Monero daemon that can receive and answer to RPC requests.

Installation

First, install Quicklisp. Then, put the cl-monero-tools and cl-monero-explorer repositories in the local-projects directory of Quicklisp.

GTK GUI

(ql:quickload "monero-explorer-gtk")
(monero-explorer-gtk:gui)

LTK GUI

(ql:quickload "monero-explorer-ltk")
(monero-explorer-ltk:gui)

McCLIM GUI

(ql:quickload "monero-explorer-mcclim")
(monero-explorer-mcclim:gui)

Nodgui GUI

(ql:quickload "monero-explorer-nodgui")
(monero-explorer-nodgui:gui)

Qt GUI

(ql:quickload "monero-explorer-qt")
(monero-explorer-qt:gui)