Files
nym/nym-browser-extension
Jędrzej Stuczyński 5a0db2aea4 always using port 443 for tls gateway connection (#3927)
* always using port 443 for tls gateway connection

* bumping up rc version

* hack: additional hardcoded gateways

it disables topology refresh

* Add NPM packages to tool for bumping versions

* Bump RC versions of SDK packages

* Use manual gateway details

* Add progress to `publish.sh` script

* Add docs for WSS workaround

---------

Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com>
2023-09-22 15:35:14 +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