Merge branch 'feature/documentation/events-page' of github_serinko:nymtech/nym into feature/documentation/events-page

This commit is contained in:
serinko
2023-09-26 23:16:10 +02:00
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -52,9 +52,9 @@
# Events
- [HCPP23-serinko](./events/hcpp23-serinko.md)
- [HCPP23-max](./events/hcpp23-max.md)
# FAQ
- [General](faq/general-faq.md)
- [Integrations](faq/integrations-faq.md)
- [Rewards & Token](faq/rewards-faq.md)
@@ -0,0 +1,27 @@
# Building with Nym workshop
## Mixnet architecture
[Mixnet motivations](https://nymtech.net/developers/infrastructure/nym.html)
[Mixnet architecture overview](https://nymtech.net/docs/architecture/network-overview.html)
[Mixnet traffic flow](https://nymtech.net/docs/architecture/traffic-flow.html)
[Tor + VPN comparison](https://nymtech.net/developers/infrastructure/nym-vs-others.html)
[Addressing system](https://nymtech.net/docs/clients/addressing-system.html)
## Clients
[Clients overview](https://nymtech.net/docs/clients/overview.html)
## SDKs
[Rust SDK](https://nymtech.net/docs/sdk/rust.html)
[Typescript SDK](https://nymtech.net/docs/sdk/typescript.html)
[Interactive Typescript SDK docs](https://sdk.nymtech.net)
### Rust examples
[Libp2p examples](https://github.com/nymtech/nym/tree/develop/sdk/rust/nym-sdk/examples)
[Lighthouse PoC](https://github.com/ChainSafe/lighthouse/blob/nym/USE_NYM.md)
[Dev tutoral: chain service](https://nymtech.net/developers/tutorials/cosmos-service/intro.html)
[Community: Darkfi over Nym](https://darkrenaissance.github.io/darkfi/clients/nym_outbound.html?highlight=nym#3--run)
### Typescript
[Mixfetch NPM](https://www.npmjs.com/package/@nymproject/mix-fetch)
[Interactive Typescript SDK docs](https://sdk.nymtech.net)