Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 683 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 683 Bytes

block-explorer

Simple application to display balance and transactions for search bitcoin addresses. Production build available on Heroku at https://block-addr-explorer.herokuapp.com/

Installation

To download the project and install dependencies:

git clone https://github.com/harveyrandall/block-explorer
cd block-explorer

Running project

yarn serve

This will run the project and open in browser. If the project is not opened it can be found in browser at https://localhost:5000/. If port 5000 is busy the URL will be copied to the clipboard and can be pasted into the address bar.