push last updates

This commit is contained in:
Lorexia
2023-10-02 16:30:16 +02:00
parent d5272057b8
commit ee8d4ab9e7
6 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -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
@@ -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:
@@ -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 <app_name>
cd < YOUR_APP >
npm i
npm run dev
```
+1 -1
View File
@@ -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 <app_name>
cd < YOUR_APP >
npm i
npm run dev
```
@@ -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 <app_name>
cd < YOUR_APP >
npm i
npm run dev
```
+5 -6
View File
@@ -1,15 +1,14 @@
# Introduction
Welcome to the documentation for Nym's TypeScript SDK! <br/>
Welcome to the documentation for Nym's TypeScript SDK! <br>
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).