A simple block explorer client, built on top of the social wallet api.
In order to use Varnelli, you need to have swapi up and running on your machine. Follow the instruction from the official repo to spin up an instance of swapi locally.
git clone https://github.com/ivanminutillo/varnelli.git
cd varnelli
npm install
3. Rename apikey.cljs.test
to apikey.cljs
and paste the apikey value generated during the swapi build phase
shadow-cljs watch app
5. Navigate to http://localhost:8700
Varnelli is built in clojurescript, relevant libraries are:
- shadow-cljs: a clojurescript build tool
- Reagent: a wrapper interface to React
- Reitit: Routing libraries
- cljss: CSS-in-JS for ClojureScript
- Oz: a wrapper to the awesome vega/vega-lite dataviz library