Files
nym/sdk/typescript/docs
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-09-18 19:46:32 +01:00

Nym Typescript SDK Documentation

This directory contains the interactive documentation for the Typescript SDK.

If you find any issues with this documentation, please open an issue on https://github.com/nymtech/nym/issues/new/choose.

Local development

npm i
npm run dev

Open http://localhost:3000 to browse the output that will hot-reload when you make changes.

Build

npm run build

The static output will be in ./out;

Template details

This documentation was made with Nextra using the template from here https://github.com/shuding/nextra-docs-template.