glv2 / cl-monero-explorer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:GNU General Public License v3.0


Languages

Language:Common Lisp 97.8%Language:Makefile 2.2%