268588daac
* adjusting ts mixnet client constructor * added forceTls argument to 'ClientOptsSimple' * more sdk types removed * fixed import * removed go debug code * printing wasm blob version on load * version bump * temporarily removed 'nym/nym/wasm/full-nym-wasm' * changed workspaces definition * correctly setting initial rc.0 suffix * updated crate versions * reverted 'useWorkspaces' lerna option * Fix up dependency versions * Add dev mode toggle to SDK publish scripts * Show location of WASM package * Change dev mode and CI build order * Bump package versions in SDK docs * Remove two versions of `mix-fetch` from SDK docs and only use `-full-fat` version * Remove old arguments for mixFetch and rename to bust cache * Remove `nym-wasm-sdk` from linting * Release v1.2.3 of Typescript SDK * Force WSS on mixnet client * Bump TS SDK to 1.2.4-rc.0 * Clean up lock file * Update node-tester version to 1.2.3 in nym-wallet --------- Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com>
Nym Browser Extension
The Nym browser extension lets you access your Nym wallet via the browser.
Getting started
You will need:
- NodeJS (use
nvm installto automatically install the correct version) npmyarn
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