Skip to content

joegeorge-git/nem2-explorer

 
 

Repository files navigation

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

About

Experimental Catapult Blockchain Explorer

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 47.5%
  • JavaScript 40.1%
  • CSS 11.8%
  • Other 0.6%