diff --git a/documentation/dev-portal/src/SUMMARY.md b/documentation/dev-portal/src/SUMMARY.md index a30434e5b8..427ec3230e 100644 --- a/documentation/dev-portal/src/SUMMARY.md +++ b/documentation/dev-portal/src/SUMMARY.md @@ -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) diff --git a/documentation/dev-portal/src/events/hcpp23-max.md b/documentation/dev-portal/src/events/hcpp23-max.md new file mode 100644 index 0000000000..33fda07753 --- /dev/null +++ b/documentation/dev-portal/src/events/hcpp23-max.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) +