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
Check the deployed API documentation at https://blockchain-explorer.up.railway.app/api
- NestJS
- PostgreSQL
- TypeScript
- Nestjs/Bull
- Redis
- RxJS
- Swagger/OpenAPI
To get a local copy up and running follow these simple steps.
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.
- Clone the repo.
git clone https://github.com/leodaiub/ticket-system.git
- Start the database and API with docker-compose.
docker-compose up