added note on running example code

This commit is contained in:
mx
2023-04-28 15:45:38 +02:00
parent 3aa4b66588
commit d5953c28c1
+1 -1
View File
@@ -27,7 +27,7 @@ The `mixnet` component currently exposes the logic of two clients: the websocket
The `coconut` component is currently being worked on. Right now it exposes logic allowing for the creation of coconut credentials on the Sandbox testnet.
## Websocket client examples
> All the codeblocks below can be found in the `nym-sdk` [examples directory](https://github.com/nymtech/nym/tree/release/{{platform_release_version}}/sdk/rust/nym-sdk/examples) in the monorepo.
> All the codeblocks below can be found in the `nym-sdk` [examples directory](https://github.com/nymtech/nym/tree/release/{{platform_release_version}}/sdk/rust/nym-sdk/examples) in the monorepo. Just navigate to `nym/sdk/rust/nym-sdk/examples/` and run the files from there. If you wish to run these outside of the workspace - such as if you want to use one as the basis for your own project - then make sure to import the `sdk` and the `nym_bin_common` crates.
Lets look at a very simple example of how you can import and use the websocket client in a piece of Rust code (`examples/simple.rs`):