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.
npm install
npm run serve
npm run build
Report issues in issue tracker.
Feel free to make a pull request or suggest ideas.