Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.07 KB

Libra Checker

Libra Checker is a Libra cryptocurrency block explorer.

This repository is the source code for the Libra Checker's frontend (Vue.js app).

To run your own instance of Libra Checker, you also need the other two parts:

/libra-checker-grpc - Node.js gRPC client + Python/JavaScript LCS to fetch and deserialize transactions.

/libra-checker-api - Express.js API to connect backend with frontend.

Follow the tutorial to run your own Libra Checker.

Frontend Quickstart

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Issues

Report issues in issue tracker.

Contribution

Feel free to make a pull request or suggest ideas.