/blockchain-explorer-server

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

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 Api Documentation
View live application
View front-end repository

Table of Contents

About The Project

Check the deployed API documentation at https://blockchain-explorer.up.railway.app/api

Built With

  • NestJS
  • PostgreSQL
  • TypeScript
  • Nestjs/Bull
  • Redis
  • RxJS
  • Swagger/OpenAPI

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.
  • docker and docker-compose.

Installation

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