Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.25 KB

Duniter explorer

A static frontend to explore the Duniter blockchain

Uses GVA (GraphQL Verification API) and BMA for the blockchain data and the Cesium+ API for additionnal informations (profiles, avatars...)

Demo : https://revolunet.github.io/duniter-explorer/

Development

yarn dev

Then open https://127.0.0.1:3000/duniter-explorer/

Update GVA TypeScript definitions

yarn update-gva-definitions will produce up-to-date definitions in src/types/gva.d.ts

Environment variables

Key value
NEXT_PUBLIC_BMA_ENDPOINT https://g1.cgeek.fr
NEXT_PUBLIC_GVA_ENDPOINT https://g1.librelois.fr/gva
NEXT_PUBLIC_G1_DATA_NODE_URL https://g1.data.le-sou.org

Références