Browser for Catapult networks. Search for transactions, accounts, assets, and blocks.
/src/store
: Handles the application logic with state management./src/infrastructure
: Handles the API / SDK request from Catapult Network./src/views
: Handles the UI / UX of the explorer.
The catapult-explorer works on NodeJS versions:
- 8.X.X
- 9.X.X
- 10.X.X
- Clone the project.
git clone https://github.com/nemfoundation/nem2-explorer.git
- Install the required dependencies.
cd nem2-explorer
npm install
- Run the explorer application.
npm run dev
- Visit http://localhost:8080/#/ in your browser.
We use GitHub issues for tracking bugs and have limited bandwidth to address them. Please, use the following available resources to get help:
- NEM Developer Center
- If you found a bug, open a new issue
This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find catapult-explorer on GitHub; Feel free to start an issue or create a pull request. Check CONTRIBUTING before start.
Copyright 2019-present NEM
Licensed under the Apache License 2.0