Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.85 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.85 KB

nem2-explorer

License Build Status Netlify Status

Browser for Catapult networks. Search for transactions, accounts, assets, and blocks.

Architecture

  • /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.

Requirements

The catapult-explorer works on NodeJS versions:

  • 8.X.X
  • 9.X.X
  • 10.X.X

Installation

  1. Clone the project.
git clone https://github.com/nemfoundation/nem2-explorer.git
  1. Install the required dependencies.
cd nem2-explorer
npm install
  1. Run the explorer application.
npm run dev
  1. Visit http://localhost:8080/#/ in your browser.

Getting help

We use GitHub issues for tracking bugs and have limited bandwidth to address them. Please, use the following available resources to get help:

Contributing

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.

License

Copyright 2019-present NEM

Licensed under the Apache License 2.0