/blockchain-explorer-client

Application to enable users to authenticate, and then use hashes to search for blockchain addresses or transactions, and view the info about them, and it also shows the top 5 searched hashes for each type.

Primary LanguageTypeScript

Logo

Blockchain Explorer

Application to enable users to authenticate, and then use hashes to search for blockchain addresses or transactions, and view the info about them, and it also shows the top 5 searched hashes for each type.
View demo
View back-end repository

Table of Contents

Screenshots

Screen Shot Screen Shot Screen Shot

Built With

  • NextJS
  • Zustand
  • Chakra-ui
  • RxJS
  • Socket-IO
  • SWR

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • node.js and npm.

Installation

  1. Clone the repo.
git clone https://github.com/leodaiub/blockchain-explorer.git
  1. Start the database and API with docker-compose.
docker-compose up