update mixnet example

This commit is contained in:
Lorexia
2023-09-30 22:52:41 +02:00
parent bfdf9942f0
commit d569bf6b09
+3 -1
View File
@@ -31,7 +31,9 @@ npm install @nymproject/sdk-full-fat
```
##### Imports
Import the SDK's Mixnet Client as well as the payload in your app:
In the `src` folder, open the `App.tsx` file and delete all the code.
Import the SDK's Mixnet Client in your app:
````js
import { createNymMixnetClient, NymMixnetClient, Payload } from "@nymproject/sdk-full-fat";
````