Lisk Explorer is a blockchain explorer designed for interaction with Lisk network. It is a part of Lisk Ecosystem, a blockchain platform based on DPoS consensus protocol.
Lisk Explorer is a feature-rich single page browser application with following functionalities:
-
- Shows transactions with their details stored in the blockchain
- Supports all transaction types with its metadata
- Allows advanced filtering by date, type, amount etc.
-
- Shows blocks with their details stored in the blockchain
-
- Supports various account types
- Allows advanced transaction filtering on per-account basis
-
- Shows information about all register delegate accounts
- Live status of the 101 active delegates
-
- Shows live information about all nodes
- Shows active and disconnected nodes
- Public IPs are shown with domain names and geographical location
To make it running at least one Lisk Core/SDK node with public API is needed.
Clone the Lisk Explorer Repository:
git clone https://github.com/LiskHQ/lisk-explorer.git
cd lisk-explorer
In order to install Docker, refer to the official Docker Installation Instruction.
You will also need Docker Compose Install Docker Compose.
The
docker-compose
configuration assumes that the network calledlocalhost
is available on your machine. If there is no such a network created you can always add one by using the following command:docker network create localhost
.
To start Explorer type the following command:
docker-compose up -d
It will use latest available version from local hub by default.
The following command will remove all containers defined by the docker-compose.yml
.
docker-compose down --volumes
For further information about managing and configuring Lisk Explorer, see Run With Docker.
For further information about managing and configuring Lisk Explorer, see Run From Source.
There are functional backend and end-to-end tests available.
The test suite is described in Run Tests section.
Found a bug | Create new issue |
Want to develop with us | Read Contribution Guidelines |
Have ideas to share | Come to Lisk.chat |
Want to involve community | Join community gitter |
Found a security issue | See our bounty program |
https://github.com/LiskHQ/lisk-explorer/graphs/contributors
Copyright © 2016-2019 Lisk Foundation
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
This program also incorporates work previously released with lisk-explorer 1.1.0
(and earlier) versions under the MIT License. To comply with the requirements of that license, the following permission notice, applicable to those parts of the code only, is included below:
Copyright © 2016-2017 Lisk Foundation Copyright © 2015 Crypti
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.