eccd6e16e2
* js error message * Ability to explicitly disconnect mixfetch * removed unused import * added disconnect method directly to sdk package * simplifying error throw Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com> * added onunload event listener handler * Using global instance of mixfetch to disconnect Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com> * Bump RC versions * MixFetch, move unload handler to creation and check for undefined `window` * Bump RC version * Force TLS on mixFetch demo * Add info about working around mixed content errors for mixFetch --------- Co-authored-by: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com> Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com>
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.