- When running the extension against a local notary server, please ensure that the server's version is the same as the version of this extension
- Check if your Node.js version is >= 18.
- Clone this repository.
- Run
yarn
to install the dependencies. - Run
yarn dev
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
- Happy hacking.
$ git clone https://github.com/novnc/websockify && cd websockify
$ ./docker/build.sh
$ docker run -it --rm -p 55688:80 novnc/websockify 80 wise.com:443
$ cd zk-p2p-extension
$ docker run -it --rm -p 55688:80 novnc/websockify 80 wise.com:443
After the development of your extension run the command
$ NODE_ENV=production yarn build
Now, the content of build
folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.