This is a front-end repository for Lum Network Explorer.
This service used Lum Network - Chain Bridge API (code hosted here)
This service is a React full typescript application with these libraries:
Explorer use Front-end Elements as a Git Submodule.
All stylesheets are written in SASS with Bootstrap 5.
This project has a git submodule so clone it with:
$ git clone [email protected]:lum-network/explorer.git --recursive
There are two package.json
in this repository:
$ yarn && cd src/frontend-elements && yarn && cd ../..
Now you can run your app with:
$ yarn start
You can build your app with:
$ yarn build
All React components are functional components with hooks.
There is a Prettier and ES Lint configuration to follow.
All contributions are more than welcome! Feel free to fork the repository and create a Pull Request!