Add preprocessors for build, update NIsNymUp issue, update DarkFi picture

This commit is contained in:
Lorexia
2023-07-12 11:05:42 +02:00
parent a98613d83c
commit d9b4d8fde6
6 changed files with 8 additions and 7 deletions
@@ -57,7 +57,7 @@ We love seeing our developer community create applications using Nym. If you wou
<!--NymDashboard *start-->
## <img src='../images/profile_picture/nym_dashboard__pp.svg' style="float: right; width: 75px; height: 75px;">Nym Dashboard
## <img src='../images/profile_picture/nym_dashboard_pp.svg' style="float: right; width: 75px; height: 75px;">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
<!--NymDashboard *end-->
<!--IsNymUp *start-->
## <img src='../images/profile_picture/pastenym_ntv_pp.png' style="float: right; width: 75px; height: 75px;">IsNymUp
## <img src='../images/profile_picture/pastenym_ntv_pp.png' style="float: right; width: 75px; height: 75px;">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 *start-->
## <img src='../images/profile_picture/darkfi_over_nym_pp.webp' style="float: right; width: 75px; height: 75px;">DarkFi over Nym
## <img src='../images/profile_picture/darkfi_over_nym_pp.png' style="float: right; width: 75px; height: 75px;">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
<!--DarkFi *end-->
<br/> <br/>
# Community Guides
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

@@ -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
@@ -12,7 +12,7 @@ Simply fill in the fields in your browser and click `Send`. In your browser you
<img src="../../images/tutorial_image_5.png"/>
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!