Files
nym/nym-browser-extension
Jędrzej Stuczyński eccd6e16e2 Feature/mixfetch disconnect (#3890)
* js error message

* Ability to explicitly disconnect mixfetch

* removed unused import

* added disconnect method directly to sdk package

* simplifying error throw

Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com>

* added onunload event listener handler

* Using global instance of mixfetch to disconnect

Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com>

* Bump RC versions

* MixFetch, move unload handler to creation and check for undefined `window`

* Bump RC version

* Force TLS on mixFetch demo

* Add info about working around mixed content errors for mixFetch

---------

Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com>
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com>
2023-09-22 10:25:46 +01:00
..
2023-07-07 11:02:05 +01:00
2023-07-07 11:02:05 +01:00

Nym Browser Extension

The Nym browser extension lets you access your Nym wallet via the browser.

Getting started

You will need:

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

Note

: This project is part of a mono repo, so you will need to build the shared packages before starting. And any time they change, you'll need to rebuild them.

From the root of the repository run the following to build shared packages:

yarn
yarn build

From the nym-browser-extension directory of the nym monorepo, run:

yarn dev to run the extension in dev mode.

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

OR

yarn build to build the extension.

The extension will build to the nym-browser-extension/dist directory.

Load extension

To load the extension into a Chrome browser

  • Go to settings > extensions > manage extensions
  • Select Load unpacked
  • Select the nym-browser-extension/dist