All Projects → LiskHQ → Lisk Explorer

LiskHQ / Lisk Explorer

Licence: gpl-3.0
📦 Lisk blockchain explorer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lisk Explorer

Erc20 Explorer
An explorer for ERC20 based Ethereum tokens
Stars: ✭ 248 (+101.63%)
Mutual labels:  blockchain, explorer
Big Dipper
A block explorer for Cosmos
Stars: ✭ 119 (-3.25%)
Mutual labels:  blockchain, explorer
Bitcoin Transaction Explorer
Simple and pure block explorer you can run on top of a full node
Stars: ✭ 165 (+34.15%)
Mutual labels:  blockchain, explorer
Ethvm
⚡️EthVM: Open Source Processing Engine and Block Explorer for Ethereum ⚡️
Stars: ✭ 319 (+159.35%)
Mutual labels:  blockchain, explorer
Blockscout
Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
Stars: ✭ 913 (+642.28%)
Mutual labels:  blockchain, explorer
Explorer
Block Explorer of Nebulas
Stars: ✭ 95 (-22.76%)
Mutual labels:  blockchain, explorer
Bulwark Explorer
Block explorer for Bulwark Cryptocurrency
Stars: ✭ 57 (-53.66%)
Mutual labels:  blockchain, explorer
Gxchain Explorer
GXChain explorer(GXChain区块链浏览器)
Stars: ✭ 105 (-14.63%)
Mutual labels:  blockchain, explorer
Cryptocurrencyawesome
Cryptocurrency study materials resources
Stars: ✭ 118 (-4.07%)
Mutual labels:  blockchain
Go Web3
Ethereum Go Client [obsolete]
Stars: ✭ 120 (-2.44%)
Mutual labels:  blockchain
Tokencaps
A middleware framework and persistence layer to aggregate and normalize crypto-currency data.
Stars: ✭ 118 (-4.07%)
Mutual labels:  blockchain
Hcashd
Stars: ✭ 118 (-4.07%)
Mutual labels:  blockchain
Cx
Stars: ✭ 121 (-1.63%)
Mutual labels:  blockchain
Fabric Gateway Java
Hyperledger Fabric Gateway SDK for Java https://wiki.hyperledger.org/display/fabric
Stars: ✭ 122 (-0.81%)
Mutual labels:  blockchain
Fabric Explorer
Fabric-explorer is a simple, powerful, maintainable, open source fabric explorer
Stars: ✭ 117 (-4.88%)
Mutual labels:  blockchain
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (-4.07%)
Mutual labels:  blockchain
Simplecoin
Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
Stars: ✭ 1,694 (+1277.24%)
Mutual labels:  blockchain
Libra Wallet Poc
💰POC Libra wallet
Stars: ✭ 122 (-0.81%)
Mutual labels:  blockchain
Bitcoin book 2nd
Mastering Bitcoin 2nd Edition 精通比特币(第二版)-- 区块链编程
Stars: ✭ 116 (-5.69%)
Mutual labels:  blockchain
Chainkit
ChainKit is a toolkit for blockchain development. It includes primitives for creating, building and running decentralized applications.
Stars: ✭ 121 (-1.63%)
Mutual labels:  blockchain

Logo

Lisk Explorer

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.

License: GPL v3

Lisk Explorer is a feature-rich single page browser application with following functionalities:

  • Transaction browser

    • Shows transactions with their details stored in the blockchain
    • Supports all transaction types with its metadata
    • Allows advanced filtering by date, type, amount etc.
  • Block browser

    • Shows blocks with their details stored in the blockchain
  • Account browser

    • Supports various account types
    • Allows advanced transaction filtering on per-account basis
  • Delegate monitor

    • Shows information about all register delegate accounts
    • Live status of the 101 active delegates
  • Network monitor

    • 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.

Installation

Clone the Lisk Explorer Repository:

git clone https://github.com/LiskHQ/lisk-explorer.git
cd lisk-explorer

Installation with Docker (recommended)

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 called localhost 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.

Starting application

To start Explorer type the following command:

docker-compose up -d

It will use latest available version from local hub by default.

Stopping application

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.

Installation From Source

For further information about managing and configuring Lisk Explorer, see Run From Source.

Running tests

There are functional backend and end-to-end tests available.

The test suite is described in Run Tests section.

Get Involved

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

Contributors

https://github.com/LiskHQ/lisk-explorer/graphs/contributors

License

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].