Skip to content

lum-network/explorer

Repository files navigation

Lum Network - Explorer

License PRs Welcome

This is a front-end repository for Lum Network Explorer.

This service used Lum Network - Chain Bridge API (code hosted here)

Description

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.

Installation

Clone

This project has a git submodule so clone it with:

$ git clone git@github.com:lum-network/explorer.git --recursive

Install dependencies

There are two package.json in this repository:

$ yarn && cd src/frontend-elements && yarn && cd ../..

Running your app

Now you can run your app with:

$ yarn start

Building your app

You can build your app with:

$ yarn build

Code Style

All React components are functional components with hooks.

There is a Prettier and ES Lint configuration to follow.

Contributing

All contributions are more than welcome! Feel free to fork the repository and create a Pull Request!