Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolunet/duniter-explorer
A static frontend to explore the Duniter blockchain
https://github.com/revolunet/duniter-explorer
blockchain duniter g1
Last synced: 22 days ago
JSON representation
A static frontend to explore the Duniter blockchain
- Host: GitHub
- URL: https://github.com/revolunet/duniter-explorer
- Owner: revolunet
- Created: 2021-01-03T23:23:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T03:33:17.000Z (almost 4 years ago)
- Last Synced: 2024-12-09T11:51:10.237Z (25 days ago)
- Topics: blockchain, duniter, g1
- Language: TypeScript
- Homepage: https://revolunet.github.io/duniter-explorer/
- Size: 426 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duniter explorer
A static frontend to explore the [Duniter](https://duniter.org/) blockchain
Uses [GVA (GraphQL Verification API)](https://g1.librelois.fr/gva) and [BMA](https://github.com/duniter/duniter-bma/blob/master/doc/API.md) for the blockchain data and the [Cesium+ API](http://doc.e-is.pro/cesium-plus-pod/REST_API.html) 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
- [GVA GraphiQL](https://g1.librelois.fr/gva)
- [BMA reference](https://github.com/duniter/duniter-bma/blob/master/doc/API.md)
- [Duniter_Blockchain_Protocol_V12](https://git.duniter.org/nodes/common/doc/-/blob/master/rfc/0010_Duniter_Blockchain_Protocol_V12.md)