diff --git a/documentation/dev-portal/src/community-resources/community-applications-and-guides.md b/documentation/dev-portal/src/community-resources/community-applications-and-guides.md index ceff0e2291..89248dd8ab 100644 --- a/documentation/dev-portal/src/community-resources/community-applications-and-guides.md +++ b/documentation/dev-portal/src/community-resources/community-applications-and-guides.md @@ -57,7 +57,7 @@ We love seeing our developer community create applications using Nym. If you wou -## Nym Dashboard +## Nym Dashboard > Developed by No Trust Verify, this dashboard is a great tool to get information about the mixnet, gateways and mixnodes. * [Deployed Website App](https://status.notrustverify.ch/d/CW3L7dVVk/nym-mixnet?orgId=1) @@ -65,9 +65,9 @@ We love seeing our developer community create applications using Nym. If you wou - -## IsNymUp - + +## Is Nym Up + > A tool that helps check the heath of the Nym network as well as some mixnet related statistics. * [Deployed Website App](https://isnymup.com/) @@ -76,7 +76,7 @@ We love seeing our developer community create applications using Nym. If you wou -## DarkFi over Nym +## DarkFi over Nym > In this example, DarkFi used Nym's Mixnet to allow users to anonymously connect to other peers in the Darkfi network. * [Github](https://github.com/darkrenaissance/darkfi) @@ -85,6 +85,7 @@ We love seeing our developer community create applications using Nym. If you wou +

# Community Guides diff --git a/documentation/dev-portal/src/community-resources/community-guides.md b/documentation/dev-portal/src/community-resources/community-guides.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/documentation/dev-portal/src/images/profile_picture/darkfi_over_nym_pp.png b/documentation/dev-portal/src/images/profile_picture/darkfi_over_nym_pp.png new file mode 100644 index 0000000000..9ae44d85c1 Binary files /dev/null and b/documentation/dev-portal/src/images/profile_picture/darkfi_over_nym_pp.png differ diff --git a/documentation/dev-portal/src/images/profile_picture/darkfi_over_nym_pp.webp b/documentation/dev-portal/src/images/profile_picture/darkfi_over_nym_pp.webp deleted file mode 100644 index e181cf922d..0000000000 Binary files a/documentation/dev-portal/src/images/profile_picture/darkfi_over_nym_pp.webp and /dev/null differ diff --git a/documentation/dev-portal/src/integrations/mixnet-integration.md b/documentation/dev-portal/src/integrations/mixnet-integration.md index 43fea3e7e9..e4a328bf24 100644 --- a/documentation/dev-portal/src/integrations/mixnet-integration.md +++ b/documentation/dev-portal/src/integrations/mixnet-integration.md @@ -36,7 +36,7 @@ In order to ensure uptime and reliability, it is recommended that you run some p * If you're running a purely P2P application, then just integrating clients and having some method of sharing addresses should be enough to route your traffic through the mixnet. * If you're wanting to place the mixnet between your users' application instances and a server-based backend, you can use the [network requester](https://nymtech.net/docs/nodes/network-requester-setup.html) service provider binary to proxy these requests to your application backend, with the mixnet 'between' the user and your service, in order to prevent metadata leakage being broadcast to the internet. -* If you're wanting to route RPC requests through the mixnet to a blockchain, you will need to look into setting up some sort of service that does the transaction broadcasting for you. You can find examples of such projects on the [community applications](../community-resources/community-applications.md) page. +* If you're wanting to route RPC requests through the mixnet to a blockchain, you will need to look into setting up some sort of service that does the transaction broadcasting for you. You can find examples of such projects on the [community applications](../community-resources/community-applications-and-guides.md) page. ## Example application traffic flow ### Initialization diff --git a/documentation/dev-portal/src/tutorials/simple-service-provider/sending-message.md b/documentation/dev-portal/src/tutorials/simple-service-provider/sending-message.md index a1a5f67ae9..d0083f0a01 100644 --- a/documentation/dev-portal/src/tutorials/simple-service-provider/sending-message.md +++ b/documentation/dev-portal/src/tutorials/simple-service-provider/sending-message.md @@ -12,7 +12,7 @@ Simply fill in the fields in your browser and click `Send`. In your browser you -This small project can be used as a template to start conceptualizing and developing more complex PEApps. Stay tuned for more soon, and if you're searching for inspiration check out the [community apps](../../community-resources/community-applications.md) list! +This small project can be used as a template to start conceptualizing and developing more complex PEApps. Stay tuned for more soon, and if you're searching for inspiration check out the [community apps](../../community-resources/community-applications-and-guides.md) list!