685f26792f
* Remove pnpm-lock.yaml * Add initial documentation * updating packages and disconnecting on mixFetch when unmount * handle the mixFetch error * remove the mixfetch disconexion * using now rc5 version * Update overview * Update installation page * wip startong * Copy edits and improving some of the formatting and styling * Improve naming * Add CosmosKit example * Linting * Update next.js * Remove lock file * More CosmosKit docs * wip * cleaninig a bit * quick fix for wallet error * wip wallet ui * wip wallet ui * more wallet ui * fixing key error * wip * Example code * Add custom style for code blocks to limit their height and scroll * Change bg on darkmode * Add styling to darkmode * Reorg CSS - tbc * Move example code * Ledger support in Cosmos Kit - wip * Change default app to Typescript * Remove static export * Tidy up wallet UI * Set theme colour by hue * Force dark mode theme * some wallet ui * Style buttons sidebar * Sidebar colors * Links styling * Style callouts * Add styling to button, chips, progress motion component * Style agenda * adding loaders * wallet loaders * traffic styles * Fix colours * Add links to methods * Add execute code block * Add traffic codeblock * Add mixfetch codeblock * Add Cosmokit codeblock * Update info on getting started * fixing build * Fix build error * Fix theme * Fix filenames on examples * Add copy to CosmosKit example --------- Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com> Co-authored-by: Gala <calero.vg@gmail.com> Co-authored-by: Lorexia <alexia.lorenza.martinel@protonmail.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.