This is the frontend source code for NimiqExplorer.com. The explorer allows you to view all the details of the blockchain is a simple and visual way. This can be used to verify block rewards, transactions, or see blockchain statistics. The backend sourcecode is located at https://github.com/bradrisse/nimiq-explorer-server and the Nimiq core is located at https://github.com/nimiq-network/core.
A Nimiq nano client is started when visting the site to get live block height updates. Various calls to the backend server give access to the full blockchain.
The front end was built using ReactJs and Material UI along with various other packages that can be seen in package.json
Use the quickstart guide to run the app locally, add you changes to the frontend and/or backend server, then create a pull request.
-
Clone Repository
git clone https://github.com/bradrisse/nimiq-explorer
-
Install Packages
yarn
ornpm install
-
Launch App
yarn start
- The frontend should automatically open at http://localhost:3000
I would like to give a shoutout to @sisou for creating Nimiq Watch and was the inspiration for creating this.
I would also like to give a shoutout to the Nimiq Team for creating an amazing browser-based blockchain Nimiq