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
- NextJS
- Zustand
- Chakra-ui
- RxJS
- Socket-IO
- SWR
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.
- Clone the repo.
git clone https://github.com/leodaiub/blockchain-explorer.git
- Start the database and API with docker-compose.
docker-compose up