An open API service indexing awesome lists of open source software.

https://github.com/cbusuioceanu/webdollar-block-explorer

Ultra fast block explorer for Terminal use
https://github.com/cbusuioceanu/webdollar-block-explorer

block-explorer webdollar

Last synced: 2 months ago
JSON representation

Ultra fast block explorer for Terminal use

Awesome Lists containing this project

README

        

# WebDollar Block Explorer [![Build Status](https://travis-ci.org/cbusuioceanu/WebDollar-Block-Explorer.svg?branch=master)](https://travis-ci.org/cbusuioceanu/WebDollar-Block-Explorer)
Ultra fast block explorer for Terminal use

#### 1. git clone https://github.com/cbusuioceanu/WebDollar-Block-Explorer.git
#### 2. execute: ```sudo su``` then ```bash block_explorer.sh``` or ```./block_explorer.sh```
#### 3. Enter a block number.
#### 4. Enjoy!

WebDollar Block Explorer Example

## Troubleshooting

#### 1. If you get a permission denied message when running ./block_explorer.sh, run the command:
```chmod +x block_explorer.sh```