Files
Aid19801 3dc94223ae Bug mapp nodemap (#897)
* desktop onMouseEnter and leave handlers added

* clicking nav option closes drawer

* All AC met

* removed dead bool

* added hamburger to AppBar for mobile users small refactor

* nuts and bolts working needs a lot of tidying though

* Functionally complete.

* change hardcode colors to theming

* UI theme and border changes

* bug fix removed collapse nav flicker

* dead code

* resetting drawer to closed onload

* removal of hardcoded color

* made null functions into optional props

* Nested sx styling not global

* paperprops now working

* fixed breaking changes for DataGrid

* linting fix

* linting fix

* optional chaining for nodemap search

* leaner filter func

Co-authored-by: Aid Thompson <adrian@nymtech.net>
2021-11-12 18:22:03 +00:00
..
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-12 18:22:03 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00
2021-11-08 12:23:27 +00:00

Nym Network Explorer

The network explorer lets you explore the Nym network.

Getting started

You will need:

  • NodeJS (use nvm install to automatically install the correct version)
  • npm

From the explorer directory of the nym monorepo, run:

npm install
npm run start

You can then open a browser to http://localhost:3000 and start development.

Development

Documentation for developers can be found here.

Deployment

Build the UI with:

npm install
npm run build

The output will be in the dist directory. Serve this with nginx or httpd.

Make sure you have built the explorer-api and are running it as a service proxied through nginx or httpd so that both the UI and API are running on the same host.

License

Please see the project README and the LICENSES directory for license details for all Nym software.

Contributing

If you would like to contribute to the Network Explorer send us a PR or raise an issue on GitHub and tag them with network-explorer.

Development

Please see development docs here for more information on the structure and design of this app.