Skip to content

Latest commit

 

History

History
 
 

linera-explorer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Linera Explorer

This module provides web files to run a block explorer from linera service node.

Build instructions

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

Generate schema

To generate the linera service GraphQL schema, a binary linera-export-schema is available:

target/debug/linera-schema-export > linera-explorer/graphql/schema.graphql

Contributing

See the CONTRIBUTING file for how to help out.

License

This project is available under the terms of the Apache 2.0 license.