more links, fleshed out intro

This commit is contained in:
mfahampshire
2023-08-07 16:06:39 +02:00
parent f15be9456a
commit 8fe549daa5
2 changed files with 15 additions and 10 deletions
+14 -9
View File
@@ -2,24 +2,29 @@
This is Nym's technical documentation, containing information and setup guides about the various pieces of Nym software such as different mixnet infrastructure nodes, application clients, and existing applications like the desktop wallet and mixnet explorer.
If you are new to Nym and want to learn about the mixnet, how to integrate with the network, developer tutorials and quickstart guides, check out the [Developer Portal](https://nymtech.net/developers/).
If you are looking for information and setup guides for the various pieces of Nym mixnet infrastructure (mix nodes, gateways and network requesters) and Nyx blockchain validators see the **new [Operators Guides](https://nymtech.net/operators)** book.
If you are new to Nym and want to learn about the mixnet, explore kickstart options and demos, learn how to integrate with the network, and follow developer tutorials check out the [Developer Portal](https://nymtech.net/developers/).
## Popular pages
**Network Architecture:**
* [Network Overview](./architecture/network-overview.md)
* [Mixnet Traffic Flow](./architecture/traffic-flow.md)
**Node setup and usage guides:**
* [Mix nodes](./nodes/mix-node-setup.md)
* [Gateways](./nodes/gateway-setup.md)
* [Network requesters](./nodes/network-requester-setup.md)
* [Validators](./nodes/validator-setup.md)
**SDK examples:**
* [Typescript SDK](./sdk/typescript.md)
* [Rust SDK](./sdk/rust.md)
**Nyx**
* [Interacting with the Nyx chain](./nyx/interacting-with-chain.md)
* [Ledger Live setup](./nyx/ledger-live.md)
* [RPC Node](./nyx/rpc-node.md)
**Client setup and usage guides:**
* [Websocket client](./clients/websocket-client.md)
* [Socks5 client](./clients/socks5-client.md)
* [Webassembly client](./clients/webassembly-client.md)
**SDK guides:**
* [Typescript SDK](./sdk/typescript.md)
* [Rust SDK](./sdk/rust.md)
**Wallets**
* [Desktop](./wallet/desktop-wallet.md)
* [CLI](./wallet/cli-wallet.md)
+1 -1
View File
@@ -5,4 +5,4 @@ If you have already read our validator setup and maintenance [documentation](../
### Using `nyxd` binary as a CLI wallet
You can use the `nyxd` as a minimal CLI wallet if you want to set up an account (or multiple accounts). Just compile the binary as per the documentation, **stopping after** the [building your validator](../nodes/validator-setup.md#building-your-validator) step is complete. You can then run `nyxd keys --help` to see how you can set up and store different keypairs with which to interact with the Nyx blockchain.
<!-- For more on interacting with the chain, see the [Interacting with Nyx Chain and Smart Contracts](../nyx/interacting-with-chain.md) page. -->
For more on interacting with the chain, see the [Interacting with Nyx Chain and Smart Contracts](../nyx/interacting-with-chain.md) page.