Files
nym/sdk/typescript/docs
mx f94d900d18 update mixfetch docs (#4614)
* * added info on gateway habourmaster
* fixed broken examples with new infra addresses
* bump node version in ts sdk docs ci script

---------

Co-authored-by: mfahampshire <mfahampshire@pm.me>
2024-05-23 15:15:51 +00:00
..
2024-05-23 15:15:51 +00:00
2024-05-23 15:15:51 +00:00
2023-09-18 19:46:32 +01:00
2024-03-27 17:20:03 +00: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.