This module provides web files to run a block explorer from linera service node.
After building linera with cargo
, run
npm i
and then
webpack
It will create a dist
folder from where you can run an HTTP server
To generate the linera service GraphQL schema, a binary linera-export-schema
is available:
target/debug/linera-schema-export > linera-explorer/graphql/schema.graphql
See the CONTRIBUTING file for how to help out.
This project is available under the terms of the Apache 2.0 license.