From ee8d4ab9e7ed2f5ac05e119dd963378088126e57 Mon Sep 17 00:00:00 2001 From: Lorexia Date: Mon, 2 Oct 2023 16:30:16 +0200 Subject: [PATCH] push last updates --- sdk/typescript/docs/pages/bundling.mdx | 2 +- sdk/typescript/docs/pages/guides/cosmos-kit.mdx | 8 ++++++++ sdk/typescript/docs/pages/guides/mix-fetch.mdx | 2 +- sdk/typescript/docs/pages/guides/mixnet.mdx | 2 +- .../docs/pages/guides/nym-smart-contracts.mdx | 2 +- sdk/typescript/docs/pages/index.mdx | 11 +++++------ 6 files changed, 17 insertions(+), 10 deletions(-) diff --git a/sdk/typescript/docs/pages/bundling.mdx b/sdk/typescript/docs/pages/bundling.mdx index b7f3f2fa44..026fefc81f 100644 --- a/sdk/typescript/docs/pages/bundling.mdx +++ b/sdk/typescript/docs/pages/bundling.mdx @@ -77,7 +77,7 @@ cd nymapp #### Install contract-clients dependencies ```bash -npm install @nymproject/contract-clients @cosmjs/cosmwasm-stargate @cosmjs/proto-signing --save +npm install @nymproject/contract-clients @cosmjs/cosmwasm-stargate @cosmjs/proto-signing ``` #### polyfilling diff --git a/sdk/typescript/docs/pages/guides/cosmos-kit.mdx b/sdk/typescript/docs/pages/guides/cosmos-kit.mdx index a90a3e8182..2d197f71d7 100644 --- a/sdk/typescript/docs/pages/guides/cosmos-kit.mdx +++ b/sdk/typescript/docs/pages/guides/cosmos-kit.mdx @@ -8,10 +8,18 @@ Nym, these include: - any wallet that supports [Wallet Connect v2.0](https://docs.cosmoskit.com/integrating-wallets/adding-new-wallets) ##### Set-up your environment + Create your directory and set-up your app environment: ```bash npm create vite@latest ``` +Select `React` and later `Typescript` as you go to your environment set-up if you want your app to work off the bat following this tutorial. +Then, +```bash +cd < YOUR_APP > +npm i +npm run dev +``` ##### Installation Install the required package: diff --git a/sdk/typescript/docs/pages/guides/mix-fetch.mdx b/sdk/typescript/docs/pages/guides/mix-fetch.mdx index 3bfec67f34..62826d2b75 100644 --- a/sdk/typescript/docs/pages/guides/mix-fetch.mdx +++ b/sdk/typescript/docs/pages/guides/mix-fetch.mdx @@ -64,7 +64,7 @@ npm create vite@latest Select `React` and later `Typescript` as you go to your environment set-up if you want your app to work off the bat following this tutorial. Then, ```bash -cd +cd < YOUR_APP > npm i npm run dev ``` diff --git a/sdk/typescript/docs/pages/guides/mixnet.mdx b/sdk/typescript/docs/pages/guides/mixnet.mdx index 7edecbfc08..290f55b0f6 100644 --- a/sdk/typescript/docs/pages/guides/mixnet.mdx +++ b/sdk/typescript/docs/pages/guides/mixnet.mdx @@ -19,7 +19,7 @@ npm create vite@latest Select `React` and later `Typescript` as you go to your environment set-up if you want your app to work off the bat following this tutorial. Then, ```bash -cd +cd < YOUR_APP > npm i npm run dev ``` diff --git a/sdk/typescript/docs/pages/guides/nym-smart-contracts.mdx b/sdk/typescript/docs/pages/guides/nym-smart-contracts.mdx index 152711a98f..305bee00ea 100644 --- a/sdk/typescript/docs/pages/guides/nym-smart-contracts.mdx +++ b/sdk/typescript/docs/pages/guides/nym-smart-contracts.mdx @@ -32,7 +32,7 @@ npm create vite@latest Select `React` and later `Typescript` as you go to your environment set-up if you want your app to work off the bat following this tutorial. Then, ```bash -cd +cd < YOUR_APP > npm i npm run dev ``` diff --git a/sdk/typescript/docs/pages/index.mdx b/sdk/typescript/docs/pages/index.mdx index 1b14188e7c..a6126152f7 100644 --- a/sdk/typescript/docs/pages/index.mdx +++ b/sdk/typescript/docs/pages/index.mdx @@ -1,15 +1,14 @@ # Introduction -Welcome to the documentation for Nym's TypeScript SDK!
+Welcome to the documentation for Nym's TypeScript SDK!
-This guide contains valuable information about the various TypeScript SDK modules that facilitate interaction with different components of the Nym stack, including the mixnet, Nyx chain, and Coconut credentials. +This comprehensive guide contains information about the various TypeScript SDK modules that facilitate interaction with different components of the Nym stack, including the Nym mixnet, the Nyx blockchain, and Coconut credentials. +### Other developer guides -### Our other developer guides +If you're new to the Nym ecosystem and want to better understand the mixnet, explore kickstart options and demos, learn network integration, or follow developer tutorials, the [Developer Portal](https://nymtech.net/developers/) is your go-to resource. -If you're new to the Nym ecosystem and aiming to understand the mixnet concept, explore kickstart options and demos, learn network integration, or follow developer tutorials, the [Developer Portal](https://nymtech.net/developers/) is your go-to resource. - -For a more in-depth exploration of Nym's architecture, clients, nodes, and SDK examples, we recommend referring to the [Technical Documentation](https://nymtech.net/docs/) section. +For a more in-depth exploration of Nym's architecture, clients, nodes, and SDK examples, please refer to the [Technical Documentation](https://nymtech.net/docs/) section. If you're looking for information and setup guides for the various pieces of Nym mixnet infrastructure (mix nodes, gateways, network requesters) and Nyx blockchain validators, then have a look at our [Operators Guide](https://nymtech.net/operators/introduction.html).