push last updates
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user